/* CSS Document */

@charset "utf-8";

/* GLOBALS */


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:#FFFFFF;
	font-size: 11px;
}


a {
	text-decoration: none;
	color: #96BD0D;
}

a:hover {
	text-decoration: underline;
	color: #96BD0D;
}

a img {
	outline : none;
	border:none;
}

.bold {
	font-weight: bold;
}

.center {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

#main_wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	
	min-height:100%;
	position:relative;
}


/* HEADER */
#header {
	height: 128px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #2c2c2c;	
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #94BA0C;
	background-image: url(../img/header_pintura_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center;


}


#header_content {
	height: 128px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


#menu {
	float: right;
	height: 44px;
	margin-top: 84px;
	margin-right: 30px;
}

#menu_content {
	background-image: url(../img/menu_bkg.png);
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}

.menu_spacer {
	color: #92B90D;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 5px;
	font-style: normal;
}

#menu a{
	text-decoration: none;
	color: #333;
}

#menu a:hover{
	color: #4D84AD;
}

.menu_left_corner{
	width: 18px;
	background-image: url(../img/menu_left_corner.png);
}

.menu_right_corner{
	width: 18px;
	background-image: url(../img/menu_right_corner.png);
}




/* MAIN CONTENT */
#main_content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	
	padding-bottom: 293px;   /* Height of the footer */
}

.align_right{
	text-align:right;
}

.login_dialog{
	overflow:visible
}

.login_dialog .dialog_text{
	font-size:10px;
	color:#666666;
	margin-bottom: 10px;
}


.order_review_wrapper{
	margin-top: 15px;
	margin-bottom: 35px;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}

/* Order review table */

table.details_table {
	border-width: 2px;
	border-spacing: 2px;
	border-style: outset;
	border-color: #99CC00;
	border-collapse: collapse;
	background-color: white;
	text-align:center;
	width: 500px;
}

table.details_table .details_header {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	font-weight: bold;
	color: rgba(0,51,102,1);
	-webkit-print-color-adjust:exact;
}

table.details_table .details_header td {
	background-color:#99CC00;
	text-align: center;
}


table.details_table th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}

table.details_table td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}

table.details_table .amount{
	text-align:right;
}


table.details_table #tax_base {
	text-align: right;
	padding-right: 10px;
	background-color: rgba(153,204,0,1);
	-webkit-print-color-adjust:exact;
}

table.details_table #tax {
	text-align: right;
	padding-right: 10px;
	background-color: rgba(153,204,0,1);
	-webkit-print-color-adjust:exact;
}

table.details_table #total {
	text-align: right;
	font-weight:bold;
	padding-right: 10px;
	background-color: rgba(153,204,0,1);
	font-size: 17px;
	-webkit-print-color-adjust:exact;
}


table.details_table .result_header{
	text-align: right;
	font-weight: bold;
}



/* FOOTER */
#footer {
	height: 293px;
	font-size: 10px;
	background-image: url(../img/footer_bck.gif);
	background-repeat: repeat-x;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #94BA0C;
	
	position:absolute;
	bottom:0;
	width:100%;
	
}

#footer_paint{
	height: 293px;
	background-image: url(../img/footer_pintura_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.footer_list_header{
	font-size: 15px;
	color: #797979;
	margin-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
}

#footer_twitter{
	background-image: url(../img/twitter_logo.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 120px;
	line-height: 25px;
	float:right;
	margin-top: -15px;
	margin-right: -50px;
	padding-left: 35px;
}

#footer_language{
	background-image: url(../img/language_logo.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 170px;
	line-height: 35px;
	float:right;
	margin-top: -20px;
	margin-bottom: -30px;
}


#footer_site_map{
	float: left;
	text-align: left;
	line-height: 20px;
	list-style-type: none;
	background-image: url(../img/footer_vertical_spacer.png);
	background-repeat: no-repeat;
	background-position: right 20px;
	width: 155px;
	margin-left: -10px;
}

#footer_products{
	float: left;
	text-align: left;
	line-height: 20px;
	list-style-type: none;
	background-image: url(../img/footer_vertical_spacer.png);
	background-repeat: no-repeat;
	background-position: right 20px;
	width: 145px;
	height: 150px;
}

#footer_info{
	float: left;
	text-align: left;
	line-height: 20px;
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 40px;
}

#footer_copyright {
	clear: both;
	background-image: url(../img/logo_footer.png);
	background-repeat: no-repeat;
	height: 38px;
	background-position: 125px;
	line-height: 35px;
	font-size: 9px;
	margin-left: 60px;
	color: #666;
}

#footer_content {
	width: 960px;
	text-align: center;
	padding-top: 30px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
.m_store_login_form {
	font-size: 15px !important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	padding:5px !important;
	border-radius:4px !important;
	border: 1px solid rgba(153,204,0,1) !important;	
}
.login_form_wrapper {
	text-align: center;
}
.client_sidebar {
	background-color: rgba(238,255,204,1);
	width: 220px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
	float: left;
	border-radius: 6px;
	border: 1px solid rgba(148,192,0,1);
}
.client_content {
	float:right;
	width: 700px;
	margin-top: 20px;
}
.notification {
	background-color: rgba(255,234,151,1);
	padding: 3px;
	border-radius: 0px 0px 5px 5px;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: rgba(255,204,0,1);
	border-bottom-color: rgba(255,204,0,1);
	border-left-color: rgba(255,204,0,1);
}
