﻿.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%;
	font-size: 11px;
	font-weight:bold;
	/*background-color:#51719d;*/
	background: #51719d url(images/cms/cat_main_link.gif) no-repeat right;
	border-bottom:1px solid #063473;
}
#shop_main a:link,#shop_main a:visited, #shop_main a:hover,
#shop_main_pressed a:link,#shop_main_pressed a:visited, #shop_main_pressed a:hover {
	display:block;
	width:100%;
	padding: 3px 5px;
	padding-left:10px;	
	
	color: #fff;
	font-weight:bold;
	outline:none;
	text-decoration:none;
}
#shop_main a:hover {
	text-decoration:underline;
}
#shop_main #count {
	color:#FFFFFF;
	text-align:right;
}

#shop_main_pressed {
	/*background-color:#fcd531;*/
	background: #fcd531 url(images/cms/cat_main_link_pressed.gif) no-repeat right;
}
#shop_main_pressed a:link,#shop_main_pressed a:visited, #shop_main_pressed a:hover {
	color: #063473;
}
#shop_main_pressed a:hover {
	text-decoration:underline;
}
#shop_main_pressed #count {
	color:#FFFFFF;
	text-align:right;
}

/*end category shop main*/

/*start category shop sub*/
#shop_sub, #shop_sub_pressed {
	width:100%;
	font-size: 11px;
	font-weight:bold;
	background: #063473 url(images/cms/cat_sub_link.gif) no-repeat left;
	border-bottom:1px solid #385d8f;
}
#shop_sub a:link,#shop_sub a:visited, #shop_sub a:hover,
#shop_sub_pressed a:link,#shop_sub_pressed a:visited, #shop_sub_pressed a:hover {
	display:block;
	width:100%;
	padding: 3px 5px;
	padding-left:15px;	
	
	color: #fff;
	font-weight:normal;
	outline:none;
	text-decoration:none;
}
#shop_sub a:hover {
	text-decoration:underline;
}
#shop_sub #count {
	color:#CC0000;
	text-align:right;
}

#shop_sub_pressed {
	background: #1f4981 url(images/cms/cat_sub_link_pressed.gif) no-repeat left;
}
#shop_sub_pressed a:link,#shop_sub_pressed a:visited, #shop_sub_pressed a:hover {
	color: #fcd531;
}
#shop_sub_pressed a:hover {
	text-decoration:underline;
}
#shop_sub_pressed #count {
	color:#000000;
	text-align:right;
}
/*end category shop sub*/


/*start category shop center*/
#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 center*/



/*start mini cart*/
#cart_mini {
	width:100%;
	margin:0px;
	padding:0px;
	background:#E2D2AB url(images/bg_twoj_koszyk_on.gif) no-repeat top left;
}
#cart_mini tr.prod td {
	padding:2px 0px;
	font-size:11px;
	color:#005641;
}
#cart_mini tr.prod td.l {
	padding-left:20px;
	text-align:left;
}
#cart_mini tr.prod td.r {
	padding-right:20px;
	text-align:right;
}
#cart_mini tr.prod td a {
	font-size:11px

}
/*end mini cart*/

/*start cart edit*/
#cart_table {
	width:100%;
	padding:0px;
	margin:0px;
}
#cart_table tr th {
	font-weight:bold;
	color:#000000;
	text-align:left;
	
	padding:5px;
	background-color:#e9e9e9;
	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*/




