/*---------------------------------------------------+
| ShopPage Content Management System
| Copyright 2009 Fabio M Souza
| http://shoppage.com.br
| http://Lucrandomais.com.br
+----------------------------------------------------+
| Revision: 240709
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------+
|Originally based on LightNEasy by Fernando Baptista
+----------------------------------------------------*/

/*---------------------------------------------------+
| General classes for cms elements on page display 
+----------------------------------------------------*/

.ops{
	margin:20px; 
	padding:10px; 
	background:#F5F5F5; 
	border:dotted #999999 1px; 
	color:#990000; 
	font-size:14px; 
	font-weight:bold; 
	text-align:left;
}

.cms {}

.clear{clear:both;}

h2.cms {
	padding: 5px;
	display: block;	
	border: 1px solid #CCC;
	color:#666; 
	text-align:left;
	background:#f5f5f5;	
}

h3.cms {
	color:#666;
}
.overflow{
max-height:400px;
height:auto;
overflow:auto;
padding: 5px;
border:#CCCCCC solid 1px;
}

.tumb {
float:left; 
width: 90px; 
border:#CCCCCC solid 1px; 
margin:5px; 
padding:3px; 
text-align:center;
}

.tumb img {
border:none; 
}

#SPCMS_showmsg{
position:absolute;
width: 550px;
padding:0;
height:auto;
min-height:150px;
max-height:350px;
overflow:auto;
border: 2px #000 outset;
background: #f5f5f5;
visibility: hidden;
display:inherit;
z-index: 100;
}

p.showmsg {
	margin:20px; 
	padding:10px; 
	background:#F5F5F5; 
	border:dotted #999999 1px; 
	color:#990000; 
	font-size:14px; 
	font-weight:bold; 
	text-align:left;
}

h2.showmsg {
    margin: 1px;
	padding: 10px;	
	color: #666; 
	text-align: left;
	background: #CCCCCC;
		
}
.cancel {color:#666666; padding:1px; padding-left:20px;  background: url(../cms/icons/remove-16x16.png) center left no-repeat; font-size:14px;}
.accept {color:#666666; padding:1px; padding-left:20px;  background: url(../cms/icons/accept-16x16.png) center left no-repeat; font-size:14px;}
.add {color:#666666; padding:1px; padding-left:20px;  background: url(../cms/icons/add-16x16.png) center left no-repeat; font-size:14px;}
.warning {color:#666666; padding:1px; padding-left:27px;  background: url(../cms/icons/warning-24x24.png) center left no-repeat; font-size:18px;}

#topbar{
position:absolute;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
width: 620px;
visibility: hidden;
z-index: 100;
}


#mycontent {
	width: 95%;
	height: 600px;
}

#SPCMS_restrictlogin {
	margin-top: 12px;
}

#SPCMS_restrictlogin form, #SPCMS_restrictlogin fieldset {
	border: 0;
	background: transparent;
	text-align: center;
}

#SPCMS_restrictlogin input {
	width: 50px;
}

#SPCMS_adminsettings {
	width: 500px;
	margin: 10px auto;
}

#SPCMS_adminsettings a, #SPCMS_adminsettings img {
	border: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	background:none;
}


#SPCMS_admininput {
	width: 400px;
	margin: 50px auto;
}

#SPCMS_admininput h2 {
	margin-bottom: 14px;
}

#SPCMS_admininput a, #SPCMS_admininput img {
	border: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	background:none;
}

#SPCMS_admininput table.settings {
	border: none;
	width: 400px;
	margin: 0 auto;
}

#SPCMS_admininput table.settings td {
	width: 50px;
	text-align: center;
}

#SPCMS_admininput input, #SPCMS_admininput textarea {
	width: 200px;
}

#SPCMS_admininput fieldset {

}
.SPCMS_title {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 8px;
}

.SPCMS_message {
	display: block;
	font-size: 1.2em;
	color: #c00;
	margin: 0 0 10px 0;
}

#SPCMS_admin {
	width: 72px;
}

#SPCMS_admin img {
	background: none;
	border-color:#CCCCCC;
}

#SPCMS_admin table {
	border: 0;
}

#SPCMS_admin td {
	width: 24px;
}

.SPCMS_gallery {
	margin: auto;
}

.SPCMS_gallery_img {
	margin: 6px;
	padding: 0;
	border: 1px solid #000000;
}

.SPCMS_gallery fieldset, .SPCMS_gallery fieldset, .SPCMS_gallery table {
	border: none;
}

.SPCMS_select {
	background: #d0d0d0;
	border-top: 2px solid #f0f0f0;
	border-left: 2px solid #f0f0f0;
	border-right: 2px solid #b0b0b0;
	border-bottom: 2px solid #b0b0b0;
	padding-left: 4px;
}

/* Classes for showing downloads and links */
#SPCMS_show {
	width: 90%;
	margin: auto;
}

#SPCMS_show h3 {
}

#SPCMS_show ul {
	margin: 6px 6px 6px 0;
}

#SPCMS_show li {
	list-style: none;
	padding: 4px 0 4px 14px;
	color: #303030;
	background: #f0f0f0;
}

#SPCMS_show a {
	font-weight: bold;
	text-decoration: none;
}

#SPCMS_show a:hover {
	text-decoration: underline;
}

/* Classes for contact form */
#SPCMS_contact {
	width: 95%;
	margin: auto;
}

#SPCMS_contact form {
	border: none;
	background: transparent;
}

#SPCMS_contact fieldset {
	background: transparent;
	border: none;
}

#SPCMS_contact table  {
	border: none;
}

/* Menus classes */
.SPCMS_menu {
}

.SPCMS_menu_ul {
}

.SPCMS_menu_intend {
	margin-left: 10px;
}

.SPCMS_menu_doubleintend {
	margin-left: 20px;
}

.rss {
	float: right;
	margin: 0;
	padding: 0 6px;
	border: none;
}

.rss a, .rss a:hover {
	text-decoration: none;
}

.rss img {
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}

/* Classes for the news module */
#SPCMSnews {
/*background: #9090ff; */
	line-height: 1.1em;
	margin: 0 5% 0 5%;
	padding-top: 1em;
	padding-bottom: .8em;
}

#SPCMSnews hr {
	width: 80%;
	margin: auto;
}

.SPCMSnews_title {
	display: block;
	font-size: 130%;
	font-weight: bold;
}

.SPCMSnews_date {
	font-size: 80%;
	margin-top: 0;
	margin-bottom: 0;
}

.SPCMSnews_text {
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
}

.SPCMSnews_text p {
	margin-bottom: .1em;
	margin-top: 0;
}

.SPCMSnews_author {
	display: block;
	margin: 0;
	padding: 0;
}

.SPCMSnews_email {
	font-size: .9em;
}
/*---------------------------------------------------+
| comentarios
+----------------------------------------------------*/
#SPCMS_comments {
 	width: 95%; 
	margin: 10px;

}

#SPCMS_comments h4{
/*	width: 85%; */
	margin: 12px auto 0 auto;
	font-size: 1.1em;
	font-weight: bold;
}

.SPCMS_comment {
/*	width: 85%; */
	margin: 6px auto 6px;
	background: #f0f0f0;
	color: #303030;
	padding: 4px 10px 4px 10px;
}

.SPCMS_comment .time {
	font-size: .8em;
}

.SPCMS_comment .text {
	display: block;
	margin-bottom: 6px;
}

.SPCMS_comment .email {
	margin-left: 12px;
	font-size: .8em;
}

.SPCMS_comment .author {
	font-weight: bold;
}

.noborder {
	background: transparent;
	border: none;
}

/*---------------------------------------------------+
| lightbox
+----------------------------------------------------*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{
	border: none;
}

/*---------------------------------------------------+
| lista produtos
+----------------------------------------------------*/

/* PRODUCTS LIST */

#SPCMS_products_list {width:100%;list-style:none;}
#SPCMS_products_list img {background:none; border:none;}
#SPCMS_products_list .pagination{width:95%; clear:both; text-align:right; padding:5px;}
#SPCMS_products_list .item{width:95%; margin:10px; padding:10px; border-bottom:#CCCCCC solid 1px; display:table;clear:both;}
#SPCMS_products_list .item2col{width:40%; margin:10px; padding:10px; border-bottom:#CCCCCC solid 1px; display:table; float:left;}
#SPCMS_products_list .price, #SPCMS_products_list .noPrice{float:right;margin:14px 0 5px 0;padding:6px 0 0;background-color:inherit;color:#ee0f04;text-decoration:none;}
#SPCMS_products_list .price em{padding:0 4px 0 0;background:inherit;color:#666;font:bold 1.083em Verdana, sans-serif;font-style:normal;}
#SPCMS_products_list .price strong, #SPCMS_products_list .noPrice strong{font:bold 1.167em Verdana, sans-serif;}
#SPCMS_products_list .price span{padding-left:4px;font:bold 1.083em sans-serif;}
#SPCMS_products_list .basket{float:right;margin:17px 0 5px 10px;font-size:0.8em;font-weight:bold; background:none; border:none;}

#SPCMS_products_list .photo{float:left;margin:0 7px 5px 0;font-size:0px;line-height:0px;}
#SPCMS_products_list .photo img{border:2px solid #f0efcd;}
#SPCMS_products_list .photo a:hover img{border:2px solid #dcc7a7;}
#SPCMS_products_list h2{padding:5px 8px 0;background:inherit;font-weight:normal;font-size:1.5em;border:0;}
#SPCMS_products_list h2 a{background:inherit;color:#990000;text-decoration:none;}
#SPCMS_products_list h2 a:hover{text-decoration:underline;}
#SPCMS_products_list h3{padding:5px 8px 0;background:inherit;font-weight:normal;font-size:1.5em;border:0;}
#SPCMS_products_list h3 a{background:inherit;color:#990000;text-decoration:none;}
#SPCMS_products_list h3 a:hover{text-decoration:underline;}
#SPCMS_products_list h4{padding:2px 8px 7px;font-weight:normal;font-size:0.917em;}
#SPCMS_products_list h4, #SPCMS_products_list h4 a{background:inherit;color:#a78b65;}
#SPCMS_products_list h4 em{padding:0 5px;}
#SPCMS_products_list h4 a:hover{background-color:inherit;color:#d01c02;}
#SPCMS_products_list h5{font-size:1em;font-weight:normal;}
#SPCMS_products_list h5 a{background:inherit;color:#666;}
#SPCMS_products_list .price, #SPCMS_products_list .noPrice{float:right;margin:14px 0 5px 0;padding:6px 0 0;background-color:inherit;color:#ee0f04;text-decoration:none;}
#SPCMS_products_list .price em{padding:0 4px 0 0;background:inherit;color:#666;font:bold 1.083em Verdana, sans-serif;font-style:normal;}
#SPCMS_products_list .price strong, #SPCMS_products_list .noPrice strong{font:bold 1.167em Verdana, sans-serif;}
#SPCMS_products_list .price span{padding-left:4px;font:bold 1.083em sans-serif;}
#SPCMS_products_list .basket{float:right;margin:17px 0 5px 10px;font-size:0.8em;font-weight:bold; background:none; border:none;}
#SPCMS_products_list .price .old{ text-decoration:line-through; color:#666666; float:right;}

/* PRODUCTS DETAILS */
#SPCMS_product_page{display:table;width:95%;margin:10px;padding:10px;border-bottom:1px solid #CCC;text-align:left;}
#SPCMS_product_page h3{padding:5px 0 5px;background:inherit;color:#d01c02;font:normal 2.1em Verdana, sans-serif;}
#SPCMS_product_page h4{margin:0 0 10px;padding:2px 0 7px;border-bottom:1px solid #d1bd9d;font-weight:normal;font-size:0.917em;}
#SPCMS_product_page h4, #SPCMS_product_page h4 a{background:inherit;color:#a78b65;}
#SPCMS_product_page h4 a:hover{background-color:inherit;color:#d01c02;}
#SPCMS_product_page h4 em{padding:0 5px;}

#SPCMS_product_page #box{float:right;width:205px;margin:0 0 10px 5px;padding:3px 0 10px;border-top:2px solid #666666;border-bottom:2px solid #666666; background:#E3E3E3;color:#fff;text-align:center;}
#SPCMS_product_page #box form{font-weight:bold;}
#SPCMS_product_page #box #price, #SPCMS_product_page #box #noPrice{padding:7px 0;border-bottom:1px solid #fff;background-color:transparent;color:#f00;font-size:1.417em;font-weight:bold;text-align:center;}
#SPCMS_product_page #box #price em{background:inherit;color:#000;font-style:normal;}
#SPCMS_product_page #box #price strong{padding:0 4px;}
#SPCMS_product_page #box #price .old{ text-decoration:line-through; color:#666666}
#SPCMS_product_page #box #detail{background-color:transparent;color:#666;font-weight:bold;font-size:0.9em; text-align:left;}
#SPCMS_product_page #box #addBasket{padding:10px 0 5px;}
#SPCMS_product_page #box #addBasket .submit{}
#SPCMS_product_page div.content{clear:left;padding:0 0 10px;font:1.08em Verdana, sans-serif;}

/* PRODUCTS IMGS */
#SPCMS_productGalery{display:table;width:95%;margin:10px;border-bottom:1px solid #CCC;text-align:left;}




