﻿.msg {
font-size:12px; color:#FF0000;
}

.price { font-size:14px; color:#FF0000; font-weight:bold;}
.price_promo { color:#2b74aa; font-size:14px; font-weight:bold;}
.price_old {font-size:12px; color:#CCCCCC; font-weight:none; text-decoration:line-through;}


/*start category shop main*/
#shop_main, #shop_main_pressed {
	width:100%;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin-top: 4px;

	/*background: #003366 url(images/cms/cat_main_link.gif) no-repeat left;*/
	/*border-bottom:1px solid #FFFFFF;*/

}
#shop_main a:link,#shop_main a:visited {
	color: #D00A6C;
	font-weight:bold;
	text-decoration:none;
	padding: 3px 5px;
	padding-left:0px;
}
#shop_main a:hover {
	text-decoration:underline;
	color: #022A4D;
}
#shop_main #count {
	color:#CCCCCC;
	text-align:right;

}
#shop_main_pressed{
	/*background: #CC0000 url(images/cms/cat_main_link_pressed.gif) no-repeat left;*/
}
#shop_main_pressed a:link,#shop_main_pressed a:visited {
	color: #022A4D;
	font-weight:bold;
	text-decoration:none;
	padding-left:0px;
	padding: 3px 0px;
}
#shop_main_pressed a:hover {
	text-decoration:underline;
	color: #D00A6C;
}
#shop_main_pressed #count {
	color:#CCCCCC;
	text-align:right;

}
/*end category shop main*/

/*start category shop sub*/
#shop_sub, #shop_sub_pressed {
	width:100%;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	/*background: #FFFFCC url(images/cms/cat_sub_link.gif) no-repeat left;*/
	/*border-bottom:1px solid #FFFFFF;*/
	margin:0px;
	padding:3px 0px;
}
#shop_sub a:link,#shop_sub a:visited {
	color: #D00A6C;
	font-weight:bold;
	text-decoration:none;
	padding: 0px 5px;
	padding-left:15px;
}
#shop_sub a:hover {
	text-decoration:underline;
	color: #022A4D;
}
#shop_sub #count {
	color:#ccc;
	text-align:right;

}
#shop_sub_pressed{
	/*background: #CCFF00 url(images/cms/cat_sub_link_pressed.gif) no-repeat left;*/
}
#shop_sub_pressed a:link,#shop_sub_pressed a:visited {
	color: #022A4D;
	font-weight:bold;
	text-decoration:none;
	padding: 3px 5px;
	padding-left:15px;
}
#shop_sub_pressed a:hover {
	text-decoration:underline;
	color: #D00A6C;
}
#shop_sub_pressed #count {
	color:#ccc;
	text-align:right;

}

#shop_center td {
	background:url(images/cms/cat_sub_link_pressed.gif) no-repeat left;
}
#shop_center a:link,#shop_center a:visited {
	font-size:11px;
	color: #CC0000;
	font-weight: normal;
	text-decoration:underline;
	padding-left:15px;
}
#shop_center a:hover {
	text-decoration: none;
	color: #66CC66;
	font-weight: normal;
}


/*end category shop sub*/

/*start mini cart*/
#cart_mini {
	width:100%;
	margin:0px;
	padding:0px;
}

#cart_mini tr td {
	text-align:left;
	vertical-align:middle;
	padding:2px 0px;

}
#cart_mini a:link, #cart_mini a:visited {
	color:#000000;
	font-size:14px;
	text-decoration:underline;

}
#cart_mini a:hover {
	color:#CC0000;
	font-size:14px;
	text-decoration:none;

}
/*end mini cart*/

#cart_mini_table {
	width:100%;
	padding:6px;
	margin:0px;
}
#cart_mini_table tr th {
	font-weight:normal;
	color:#000000;
	text-align:left;
	
	padding:6px;
	border-right:1px solid #FFFFFF;
	
}
/*start cart edit*/
#cart_table {
	width:100%;
	padding:0px;
	margin:0px;
}
#cart_table tr th {
	font-weight:normal;
	color:#FBFBFB;
	text-align:left;
	
	padding:6px;
	background-color:#D90F7B;
	border-right:1px solid #FFFFFF;
	
}
#cart_table tr td {
	padding:2px 5px;
}
/*end cart edit*/

/*start order succes table*/

#order_succes_table {
	width:100%;
}

#order_succes_table tr th {
	font-weight:bold;
	color:#000000;
	text-align:left;
	
	padding:5px;
	background-color:#e9e9e9;
	border-right:1px solid #FFFFFF;	
}

#order_succes_table tr td {
	padding:2px 5px;
	border-bottom:1px dotted #e9e9e9;
	border-right:1px solid #e9e9e9;
}

/*end order succes table*/

/*start globals parameters table*/

#globals_parameters_table {
	width:100%;
}

#globals_parameters_table #top {
	background-color:#CCCCCC;
}

#globals_parameters_table tr th {
	font-weight:bold;
	color:#000000;
	text-align:left;
	
	padding:5px;
	background-color:#e9e9e9;
}

#globals_parameters_table tr td {
	padding:2px 5px;
	border-bottom:1px dotted #e9e9e9;
}

/*end globals parameters table*/



