* {padding: 0; margin: 0;}

li {margin-left: 30px; padding-bottom: 10px;}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #646464;
	line-height: 160%;
	background: url(/skin/body_bkg.jpg) center top repeat-y #d7d7d7;
}

#container {background: #fff;}

.paginationContainer {
	width: 530px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: left;
}

.pagination, .paginationCurrent, .paginationStepperLeft, .paginationStepperRight, .pagination:hover, .paginationStepperStart, .paginationStepperEnd {
	font: 10px Arial sans-serif #000;
	text-decoration: none;
	width: 13px;
	height: 21px;
	display: block;
	text-align: center;
	line-height: 20px;
	margin-right: 2px;
	float: right;
}
.paginationStepperLeft {
	background: url(/skin/pagination_stepper_left.gif) no-repeat center center;
	width: 15px;
	margin-right: 5px;
}
.paginationStepperRight {
	background: url(/skin/pagination_stepper_right.gif) no-repeat center center;
	width: 15px;
	margin-left: 5px;
}
.paginationStepperStart {
	background: url(/skin/pagination_max_left.gif) no-repeat center center;
	width: 17px;
	margin-right: 5px;
}
.paginationStepperEnd {
	background: url(/skin/pagination_max_right.gif) no-repeat center center;
	width: 17px;
	margin-left: 5px;
}
.paginationCurrent {
	font-weight: bold;
	background-color: #f0f0f0;
}
.pagination:hover, .paginationStepperLeft:hover, .paginationStepperRight:hover, .paginationStepperStart:hover, .paginationStepperEnd:hover {
	text-decoration: none;
	background-color: #f0f0f0;
}

.ingress {
	font-size: 16px;
	line-height: 130%;
}
h1 {
	font: 20px bold;
	color: #c00017;
	padding-top: 14px;
	line-height: normal;
	font-family: Verdana, serif;
}
h2 {
	font-family: Verdana, serif;
	font-size: 12px;
	color: #646464;
	line-height: 130%;
}
h3 {
	font: 10px;
	color: #646464;
}

a {
	color: #1f382e;
	text-decoration: none;
}

a:hover {
	color: #A48531;
	text-decoration: underline
}

.button {
	border: #808080 1px solid;
	font-size: 9pt;
	color: #000000;
}

#content fieldset {
	padding: 5px;
	border: 1px solid #b5b5b5;
	clear: both;
}
fieldset legend {
	font-weight: bold;
	padding: 5px;
	color: #484848;
}
#menu_start  {
	width: 130px;
	padding-left: 22px;
	background: url(/skin/menu/menubullet.gif) top left no-repeat;
}
#menu_start a {
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	-moz-user-select: none;
}
#headerbar_top {
	position: absolute;
	top: 132px;
	width: 920px;
}
#headerbar_top a {color: #fff;}
#header {background: url(/skin/header_bkg.jpg) center top no-repeat #be000a; height: 155px;}
#header img {border: 0;}


#currency_selector {position: absolute; top: 89px; left: 700px;}
#currency_selector select {
	font: Message-Box;
	font-size: 10px;
}

/* MAIN MENU BEGIN*/
ul#navlist {
	margin-left: 0;
	margin: 0;
	vertical-align: center;
}
#navlist li {
	margin: 0;
	padding: 4px;
	margin-left: 10px;
	display: inline;
	list-style-type: none;
}
#navlist li:hover {
	background: #cc0001;
}
#navlist a {
	font-family: Arial;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #424242;
}
#navlist a:hover{
	color: #fff;
	text-decoration: none;
}
/* MAIN MENU END*/

#footer {
	color: #666666;
	font-size: 1em;
	text-align: center;
	min-height: 50px !important;
	height: 50px;
	margin-top: 20px;
	padding-top: 20px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}

#footer-navigation {
	width: 700px;
	margin: 0 auto;
}
#footer-brands {
	width: 700px;
	margin: 0 auto;
}

#searchbox {
	margin: 0 0 10px 5px;
	border: 0;
}
#searchbox img {border: 0;}

#popupBasket {
	position: absolute;
	width: 300px;
	top: 156px;
	right: 0;
	background: url(/skin/basket_bkg.png) no-repeat;
	z-index: 100;
	padding: 5px;
}
#basket_small {
	position: absolute;
	top: 130px;
	right: 0;
	width: 217px;
	height: 19px;
	padding: 2px;
	background: url(/skin/basket_icon.gif) #fff 2px 3px no-repeat;
	border: 1px solid #ccc;
}
#basket_items {
	padding-left: 25px;
	float: left;
	width: 110px;
}
#basket_buybutton {
	float: right;
	width: 78px;
}
#basket_scrollbox {
	background: #fff;
	padding: 4px;
	height: 180px;
	overflow: auto;
}
#basket_change {float: left; text-align: left;}
#basket_change a {color: #fff; font-size: 10px;}
#basket_close {float: right; text-align: right;}
#basket_close a {color: #fff; font-size: 10px;}
.basket_image {
	padding-right: 10px;
	float: left;
}
.basket_content {
	float: left;
}
.basket_head {
	font-weight: bold;
}


#cash_button {
	width: 113px;
	height: 29px;
	float: right;
}


.campain_image_listpage {
	position: absolute;
	top: -20px;
	right: -20px;
	filter:alpha(opacity=70);
	opacity: 0.7;
	z-index: 100;
}

#splashimage {
	padding-top: 10px;
	padding-bottom: 20px;
}
#splashimage img {border: 0;}

.specialbox {
	width: 220px;
}
.specialbox_head {
	color: #fff;
	height: 20px;
	background: url(/skin/tab_bkg.jpg) no-repeat;
	text-align: left;
	padding-left: 7px;
	padding-top: 7px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.specialbox_body {
	border: 1px solid #c02535;
	background-color: #fff;
	color: #000;
	padding: 3px;
	padding-left: 7px;
}
.productbox {
	padding: 5px;
	margin-bottom: 4px;
}
.productbox img {border: 0;}

#tell_a_friend {padding: 15px; padding-top: 25px;}
#tell_a_friend a {color: #c20016;}
#tell_a_friend img {border: 0; padding-right: 10px;}

#menu_loginbox {
	width: 180px;
	margin-left: 10px;
	padding-top: 10px;
}
#menu_loginbox fieldset {padding: 6px;}
#menu_newsletterbox {
	width: 180px;
	margin-left: 10px;
	padding-top: 10px;
}
#newsletter_body {background: #fff;}
#newsletter_body #submitter {height: 18px; font-size: 0.8em;}
#menu_newsletterbox fieldset {padding: 6px;}
.textfield {
	border: 1px solid #b0aca9;
	font-family: Trebuchet MS, Arial;
	background: url(/skin/textfield_bkg.jpg) no-repeat;
}


/**************************************************************************/
/* DEFAULT STYLES FOR PRODUCT MATRIX /*
/* BASE STYLE FOR HOLDING BOX */
.gridbox, .gridbox-large {
	position: relative;
	float: left;
	width: 190px;
	height: 250px;
	margin: 3px;
	text-align: center;
	padding-top: 5px;
/*	border: 1px solid #d1d1d1;*/
}
.gridbox a, .gridbox-large a {text-decoration: none;}
.gridbox img, .gridbox-large img  {border: 0;}

/* SPECIAL FOR THE LARGE VERSION OF THE HOLDING BOX */
.gridbox-large {
	padding: 3px;
	width: 242px;
	height: 360px;
	text-align: left;
}

/* BASE HOLDING BOX FOR THE PRODUCT TEXT */
.prodbox_info {
	padding: 3px;
}

/* TEXT STYLES */
.gridbox .prodbox_info .header {

}
.gridbox-large .prodbox_info .header {
	font-weight: bold;
	font-size: 150%;
}
.gridbox-large .prodbox_info .ingress {
	height: 40px;
}
.prodbox_info .price {
	font-size: 1em;
	line-height: 120%;
}
.campainprice {
	color: red;
	font-weight: bold;
}
.nocampainprice {
	color: #a0a0a0;
	font-weight: normal;
	line-height: 120%;
	text-decoration: line-through;
}
.gridbox-large .price, .gridbox-large .campainprice {
	font-size: 200%;
	font-weight: bold;
}
.gridbox-large .campainprice {
	color: red;	
}

.submenu_fieldset {
	background-color: #f3f0f0;
	padding: 5px;
	margin: 10px;
}
/**************************************************************************/

/* CHECKOUT */
.input_box {
	width: 440px;
	padding: 5px;
}
.input_box .smallbox {
	float: left;
	padding: 5px;
}
.label {
	font-size: 10px;
}
#artlist {
	border-width: 0px 0px 0px 0px;
	width: 530px;
	border-collapse: collapse;
}
#artlist tr {

}
#artlist th {
	text-align: left;
	padding: 2px;
	border-bottom: 1px solid #b8b8b8;
}
#artlist td {
	border-bottom: 1px solid #b8b8b8;
	padding: 2px;
}
#row_total {
	background: #cedfdd;
}

/**************************************************************************/


.flagBox {
	text-align: center;
	width: 70px;
	height: 70px;
	border: 1px solid #e7e7e7;
	padding: 10px;
	margin: 2px;
	float: left;
}
.flagBox img {border: 0;}

.mail {unicode-bidi:bidi-override; direction: rtl;}


.radiolist {
	float: left;
	margin-right: 4px;
}
.radiolist_text {
	float: left;
	width: 180px;
}






.suckerdiv {
	position: absolute;
	margin-top: 10px;
	z-index: 1000000;
}
.suckerdiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 200px; /* Width of Menu Items */
}	
.suckerdiv ul li {
	position: relative;
	margin: 0;
	padding: 0px 0 1px 0;
}

.suckerdiv .flag {
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 2px 5px;
	background-color: #d7d7d7;
}

/*Sub level menu items */
.suckerdiv ul li ul {
	z-index: 1000;
	position: absolute;
	width: 170px; /*sub menu width*/
	top: 0;
	margin-left: 0px;
	padding: 3px;
	border: 1px solid #ccc;
	visibility: hidden;
	background: #fff;
}

/* Sub level menu links style */
.suckerdiv ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: black;
	text-decoration: none;
	padding: 1px 5px 1px 25px;
	border: 1px solid #ccc;
	background: #d7d7d7;
}

.suckerdiv ul li a:hover {
	background-color: #c00017;
	color: #fff;
}

.suckerdiv .subfolderstyle {
	background: url(/skin/menu/btn_rt1.gif) no-repeat center right #d7d7d7;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


.footer_flag {
	width: 55px;
	float: left;
	margin: 6px;
	font-size: 10px;
}
.footer_flag img {
    filter: BlendTrans(Percent=40);
	-moz-opacity:.40;
	width: 50px;
	height: 33px;
	padding: 2px;
	border: 1px solid #8d8d8d;
}
.footer_flag img:hover {
   filter: none;
	-moz-opacity:1;
}

.backbutton {
	padding: 1px 10px 3px 10px;
	border: 1px solid #bfbfbf;
	background: #d7d7d7;
}