/** SHOPMENU */

.menulink_categ	  {
}
.menulink_categ ul {
	list-style: none;
	border: none;
	margin: 0;
	padding: 0;
}
.menulink_categ li {
	border-bottom: 1px solid #F1F1F1;
}
.menulink_categ li a { 
	display: block;
	text-decoration: none;
	width: 130px;
	padding: 5px 5px 5px 5px;
	color: #004C7D;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.menulink_categ li a:hover {
	background: #F1F1F1 url('../images/menulinkhover.gif') no-repeat left top; 
	color: #004C7D;
	text-decoration: none;
}
.menulink_categ_sub  { 
	font-size: 11px;
	font-weight: normal;
}
.menulink_categ_sub ul {
	list-style: none;
	border: none;
	margin: 0;
	padding: 0;
}
.menulink_categ_sub li {
	border-bottom: 0px solid #000;
	padding-left: 10px;
}
.menulink_categ_sub li a { 
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 3px 3px 3px 0px;
	color: black;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.menulink_categ_sub li a:hover {
	background: url('../images/menulinkhover.gif') no-repeat left top; 
	color: #004C7D;
	text-decoration: underline;
}
.shop_categ_active {
	display: block;
	text-decoration: none;
	width: 130px;
	padding: 5px 5px 5px 5px;
    color: #E60D2E;
	font-size: 11px;
    font-weight: bold;
}

/**CATEGORIES*/

#category_desc {

}
#category_sub {
	font-size: 12px;
	color: #000000;
}
#category_sub ul {

}
#category_sub li {

}
#category_sub li a {
    color: #E60D2E;
}
#category_sub li a:hover {
	color: #E60D2E;
	text-decoration: underline;
	background: none;
}

/**FORMS*/
.btn {
	border: 0px solid #770000;
	background: #E60D2E;
	padding: 4px 10px 4px 10px;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

/**OTHER*/

.shop td, .shop th {
	color: #5b5b5b;
}

.shop table, td {
    vertical-align: top; 
	border-collapse: separate;
}

.shop img, .shop p, .shop form, .shop fieldset, .shop div {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.shop a {color: #00214D; font-weight: bold; text-decoration: none;}
.shop a:hover {color: #00214D; text-decoration: underline;}

.shop .left a {
    color: #000000;
}

.shop .big {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.shop .small {
    font-size: smaller;
}

.shop .catalog_categ {
    font-weight: bold;
}

.shop .catalog_categ a {
    font-size: larger;
}

.shop .catalog_subcateg {font-family: Tahoma, Arial; font-size: 11px; color: #00A4DF; margin: 0px; font-weight: normal;}
.shop .catalog_subcateg a {color: #00A4DF; font-weight: normal; text-decoration: none;}
.shop .catalog_subcateg a:hover {color: #00A4DF; font-weight: normal; text-decoration: underline;}
.shop .catalog_subcateg a:visited {color: #00A4DF;}

.shop .featured {
    border: 2px solid #CCE8EF;
}

.shop .featured .price {
	font-size: 16px;
    font-weight: bold;
    color: #155B39;
}

.shop .product a {
    font-size: 100%;
}

.shop .product {
    border: 1px solid #eeeeee;
}

.shop .prices .list_price {
    color: #E60D2E;
    text-decoration: line-through;
}

.shop .prices .price {
    color: #00214D;
    font-weight: bolder;
    font-size: 16px;
}

.shop .prices .you_save {
    color: #8D8D8D;
}

.shop .prod_title {
    font-size: 14px;
    font-weight: bold;
	color: #00214D;
}

.shop .stock_yes {
    font-weight: bold;
}

.shop .stock_no {
    color: #E62C24;
    font-weight: bold;
}
.shop .shop_cart {
    border: 0px solid #DADADA;
    background: white;
}

.shop .shop_cart td, .shop .shop_cart th {
    padding: 2px 5px;
    vertical-align: middle;
    border: 0px solid silver;
    border-right-width: 0px solid #DADADA;
    border-bottom-width: 0px solid #DADADA;
}
.shop .shop_cart input, select {
	padding: 3px;
	border: 1px solid #A2A2A2;
	background: white;
	font-family: Tahoma, Arial;
}

.shop .shop_cart .total td {
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}

.shop .shop_cart .total . {
    background-color: #EEEEEE;
    text-align: right;
}

.shop .shop_search {
    margin-left: 5px;
    width: 100px;
}

.shop .btn_search {
	padding: 2px;
	font-family: Helvetica, Arial;
	font-size: 11px;
	color: #fff;
	border: 0px solid #CCCCCC;
	background-color: #E62C24; 	
}

.shop .client th {
    text-align: left;
    width: 130px;
    vertical-align: top;
}

.shop .client input.checkb {
 	width: 15px;
	border: none;
}

.shop .client textarea {
    width: 200px;
    height: 60px;
}

.shop .error {
    color: red;
}

.shop .boxok {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #446423;
	border: 1px solid #446423;
	background: #EFF5EA url('../images/cms/boxok.gif') no-repeat top left;
}
.shop .boxnok {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #EB340A;
	border: 1px solid #EB340A;
	background: #FAEBE7 url('../images/cms/boxnok.gif') no-repeat top left;
}

.shophelp {
    font-family: Helvetica, Arial;
    font-size: 12px;
    margin: 10px;
}

.shop hr {
    color: #000000;
    height: 1px;
}

.shop a.enlarge, a.enlarge:hover {
    color: #555!important;
    font-weight: normal;
    text-decoration: none;
}

.shop .prod_ask {
    font-size: 14px;
    font-weight: bold;
}
.shop .checkoutBox {
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #F1F1F1;
	font-family: Helvetica, Arial;
	font-size: 1em;
}
.shop .label {
	width: 200px;
	font-weight: bold;
}
.shop .labelLogin {
	width: 110px;
	font-weight: bold;
}
.shop .checkoutBox input {
	width: 200px;
	padding: 3px;
	border: 1px solid #A2A2A2;
	background: white;
	font-size: 80%;
}
.shop .checkoutBox .radiobutton {
	width: 40px;
}
.shop #shopLoginBox {
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 10px;
	font-family: Helvetica, Arial;
	font-size: 1em;
}
.shop #shopLoginToggle {
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #F1F1F1;
	font-family: Helvetica, Arial;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
}
.shop #shopLoginToggle:hover {
	background: #EFF5EA;
}
.shop .shop_cart .cartheader td {
    font-family: Helvetica, Arial;
    font-size: 10px;
    font-weight: bold;
    text-align: right;
    background: url('../images/bg-cartheader.jpg') repeat-x top left;
}

.shop .shop_cart .cartproducts {
    font-family: Helvetica, Arial;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    background-color: #FFFFFF;
}

.shop .shop_cart .cartsubtotal td {
    font-family: Helvetica, Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    background-color: #FFFFFF;
}

.shop .shop_cart .cartshipping {
    font-family: Helvetica, Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    background-color: #FFFFFF;
}

.shop .shop_cart .carttotal td {
    font-family: Helvetica, Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    background-color: #F1F1F1;
}

.shop .shop_cart .cartprice {
    font-family: Helvetica, Arial;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    background-color: #FFFFFF;
}

select {
font-family: Helvetica, Arial;
font-size: 11px;
color: #000000;
background-color: #ffffff; 
}