/* Globals and resets */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #f0f0f0;
}
:focus {
	outline: 0;
}


body,td,th,textarea,input,select,option {
	font-family: verdana;
	font-size: 11px;
}
h1,h2,h3,h4,h5,h6,h7,p {
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom: 5px;
}

.center {
	text-align: center;
}

hr {
	border: 0px;
	
}

h4 {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.item_wide h3 {
	font-size: 14px;
}

img {
	border: 0px;
}
.clear {
	clear: both;
}

a, a:active, a:visited, a:link {
	text-decoration: underline;
	color: #000000;
}


/* Wrapper */
div#wrap {
	width: 993px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: display;
	background-color: #ffffff;
	border: 1px solid #999999;

	padding-bottom: 20px;
	margin-top: 10px;
	
}

/* Header */
div#header {
	
}

div#topbar {
	padding: 5px;
	border-bottom: 1px solid #999999;
}

div#logo {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#headerimage {
	height: 95px;
	float: left;
	background-position: right;
	background-repeat: no-repeat;
}

div#headergrad {
	background-image: url(../../images/frontend/gradient.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 100%;	
}

h2.intro {
	margin-right: 2px;
	padding: 10px;
	margin-bottom: 10px;
}

/* Page */
div#contentwrap {
	overflow: display;
	position: relative;
}

div#content_right {
	padding-top: 5px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	position: relative;
	left: 198px;
	width: 782px;
	padding-right: 5px;
	float: left;
	padding-left: 7px;
	background-color: #dddddd;
	min-height: 500px;
}

div#content_left {
	font-size: 110%;
	position: relative;
	float: left;
	right: 795px;
	top: 0px;
	width: 198px;
	overflow-x: hidden;
	
}


/* Wide item home */
div.item_wide {
	background-color: #ffffff;
	margin-right: 2px;
	background-image: url(../../images/frontend/cornbr.png);
	background-position: right bottom;
	background-repeat: no-repeat;	
	
}
div.item_wide a {
	text-decoration: none;
	display: block;
	padding: 10px;
	background-image: url(../../images/frontend/corntl.png);
	background-position: left top;
	background-repeat: no-repeat;	
	
}
div.item_wide img {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}


/* Product listing */
ul.products {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: -5px;
	
}
ul.products li {
	background-color: #ffffff;
	float: left;
	width: 256px;
	overflow: display;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	background-image: url(../../images/frontend/cornbr.png);
	background-position: right bottom;
	background-repeat: no-repeat;
		
}

ul.products li img {
	float: left;
	margin-right: 5px;
	
}

ul.products li strong {
	text-transform: capitalize;
}

ul.products li a {
	display: block; 
	text-decoration: none;
	padding: 10px;
	background-image: url(../../images/frontend/corntl.png);
	background-position: left top;
	background-repeat: no-repeat;	
	
}



/* Buttons */
span.button_small {
	margin-top: 10px;
	float: right;
	display: block;
	background-image: url(../../images/frontend/smallarrowtail.png);
	background-position: -1px;
	background-repeat: no-repeat;
	color: #ffffff;
	
}

span.button_small strong {
	background-image: url(../../images/frontend/smallarrowhead.png);	
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 30px;
	display: block;
	font-size: 12px;
	padding-right: 20px;
	text-align: right;
	height: 25px;
	line-height: 25px;
	margin-right: -1px;
} 

span.button a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
span.button_big a {
	
}
span.button_big {
	margin-top: 10px;
	float: right;
	display: block;
	background-image: url(../../images/frontend/bigarrowtail.png);
	background-position: -1px;
	background-repeat: no-repeat;
	color: #ffffff;
	line-height: 25px;
	
}

span.button_big strong {
	background-image: url(../../images/frontend/bigarrowhead.png);	
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 40px;
	display: block;
	font-size: 14px;
	padding-right: 30px;
	text-align: right;
	height: 50px;
	line-height: 50px;
	margin-right: -1px;
} 


/* Side menu */

ul.sidemenu, ul.sidemenu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.sidemenu {
	margin-bottom: 20px;
}

ul.sidemenu li {

}

ul.sidemenu li a {
	margin-left: 5px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;	
	padding-top: 2px;
	font-size: 11px;
	padding-bottom: 2px;	
}

ul.sidemenu li a:hover, ul.sidemenu li.current a {
	text-indent: 10px;
	overflow-x: hidden;
}


/* Side */

div#content_left h4 {
	font-size: 13px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000 !important;
}


/* Product detail */
div.producthead {
	background-color: #ffffff;
	margin-right: 2px;
	background-image: url(../../images/frontend/corntl.png);
	background-position: left top;
	background-repeat: no-repeat;	
	padding: 10px;
		
}

div.producthead a.cat {
	float: left;
	margin-right: 5px;
	height: 17x;
	display: block;
	line-height: 17px;
}

div.producthead h1 {
	float: left;
	font-size: 15px;
	
}

div.product {
	background-color: #ffffff;
	margin-right: 2px;
	background-image: url(../../images/frontend/cornbr.png);
	background-position: right bottom;
	background-repeat: no-repeat;	
	padding: 10px;
	margin-bottom: 10px;
}

div.product a.productimg {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 300px;
	position: relative;
}

div.product span.desc {
}

div.product div.tags {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	margin-top: 20px;
	display: block;
	width: 430px;
	padding: 10px;
}

div.product div.tags a {
	text-decoration: none;
	font-size: 12px;
}

div.product div.tags a:hover {
	text-decoration: underline;
}

div.product a.productimg {
	text-decoration: none !important;
	width: 250px;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;

}

div.product a.productimg p.price {
	display: block;
	position: absolute;
	bottom: 5px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	background-image: url(../../images/frontend/gradient2.png);
}

/* Side products */
ul.productsside, ul.productsside li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.productsside {
	margin-left: 5px;
}
ul.productsside li {
	float: left;
	margin-left: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	border: 1px solid #999999;
}


/* List */
div.filter a {
	float: none;
	display: inline;
}

div.filter {
	margin-top: 5px;
}

div.filter strong {
	width: 100px;
	display: block;
	float: left;
}

div.filter span.current {
	color: #cc1ad4;
	font-weight: bold;
	text-decoration: none;
}

div.filter span.current a {
	text-decoration: none;
}

/* Pager */

div.pagination {
	padding: 5px;
	margin-right: 2px;
	margin-bottom: 10px;
	text-align: center;		
}

div.pagination span {
	float: left;
}

div.pagination span.right {
	float: right;
	text-align: right;
}

div.pagination a.previous, div.pagination a.next  {
	text-decoration: none;
	font-size: 16px;
	display: block;
	float: left;
}

div.pagination span.numbers {
	line-height: 16px;
	text-align: center;
	width: 730px;
}

div.pagination span.left, div.pagination span.right {
	width: 20px;
}


/* main menu */

ul.mainmenu, ul.mainmenu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.mainmenu li {
	float: left;
}

ul.mainmenu li a {
	font-weight: bold;
	text-decoration: none;
}


/* Search */
div#content_left form, div#content_left form fieldset {
	padding: 0px;
	margin: 0px;
}

div#content_left form fieldset  {
	border: 0;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#content_left form input.text {
	width: 100px;
}
div#content_left form label {
	display: none;
}


div.sitelist {
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #999999;
	margin-bottom: 5px;
	width: 360px;
	margin-right: 5px;
	float: left;
}

div.sitelist img {
	float: left;
}


/* Others */
ul.other_shops, ul.other_shops li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.other_shops li a {
	display: block;
	height: 38px;
	width: 160px;
	margin-left: 10px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	
}

ul.other_shops li a span {
	display: none;
}

span.menufolder em {
	display: block;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-style: normal;
	cursor: pointer;
}

span.menufolder_hidden span {
	display: none;
}

div.adv_product {
	text-align: center;
	overflow: hidden;
	background-color: #ffffff;
	margin-bottom: 5px;
}

div.adv_listing {
	text-align: center;
	overflow: hidden;
	
	margin-bottom: 10px;
	margin-right: 3px;
	padding: 5px;	
}

span.price {
	font-size: 15px;
	display: block;
	text-align: right;
	padding-right: 35px;
}

#loading {
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: #ffffff;
	z-index: 500;
	padding-top: 50px;
	top: 0px;
	left: 0px;
	font-size: 20px;
}

#loadingmsg {
	display: none;
	z-index: 1;
}

#iframe {
	position: absolute;
	background-color: transparent;
	background: transparent;
	z-index: 502;
	top: 1px;
	left: 1px;
	display: none;
}