/** SHOPMENU */

.menulink_categ	  {
	width: 260px;
	margin-bottom: 26px;
}
.menulink_categ ul {
	list-style: none;
	border: none;
	margin: 0;
	padding: 0;
}
.menulink_categ li {
	border-bottom: 1px dotted #B4ADAD;
}
.menulink_categ li a { 
	display: block;
	text-decoration: none;
	width: 220px;
	padding: 7px 12px 7px 28px;
	color: #6A6262;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.menulink_categ li a:hover {
	background: url('../images/bg-menuhover-blue.gif') no-repeat left top; 
	color: #14195B;
	text-decoration: none;
}
.menulink_categ_sub  { 
	font-size: 10px;
	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: 200px;
	padding: 1px 5px 3px 35px;
	color: #14195B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.menulink_categ_sub li a:hover {
	color: #14195B;
	text-decoration: underline;
	background: none;
}

/**CATEGORIES*/

#category_desc {

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

}
#category_sub li {

}
#category_sub li a {
    color: #cc0000;
}
#category_sub li a:hover {
	color: #C5942B;
	text-decoration: none;
	background: none;
}

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

/**OTHER*/

.shop td, .shop th {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #6A6262;
	line-height: 15px;
}

.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: #E31919; font-weight: bold; text-decoration: none;}
.shop a:hover {color: #E31919; text-decoration: underline;}
.shop a:visited {color: #E31919;}

.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: Helvetica, Arial; font-size: 13px; margin: 0px; font-weight: normal;}
.shop .catalog_subcateg a {color: #000080; font-weight: normal; text-decoration: none;}
.shop .catalog_subcateg a:hover {color: #000080; font-weight: normal; text-decoration: underline;}

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

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

.shop .product a {
    font-size: 12px;
}

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

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

.shop .prices .price {
    color: #14195B;
    font-weight: bolder;
    font-size: 14px;
}

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

.shop .prod_title {
    font-size: 14px;
    font-weight: bold;
}

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

.shop .stock_no {
    color: #E62C24;
    font-weight: bold;
}

.shop .shop_cart {
    border: 1px 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 .total td {
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}

.shop .shop_cart .total .price {
    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;
}

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 #EFEFEF;
	font-family: Helvetica, Arial;
    font-size: 13px;
}
.shop .label {
	width: 200px;
	font-weight: bold;
}
.shop .labelLogin {
	width: 110px;
	font-weight: bold;
}
.shop .checkoutBox input {
	width: 200px;
	padding: 2px;
	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: #27136B;
	color: #fff;
}
.shop .shop_cart .cartheader td {
    font-family: Helvetica, Arial;
    font-size: 10px;
    font-weight: bold;
    text-align: right;
    background-color: #eeeeee;
}

.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: #eeeeee;
}

.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; 
}
