/**
 * CATEGORY PAGE
 */

/* Product images in category view (results) */

DIV.resultbox {
	 position: absolute;
	 width: 140px;
	 height: 140px;
	 border: 1px;
	 border-style: solid;
	 border-color: #8D9396;
	 overflow: hidden;
}

DIV.resultbox_ov {
	 position: absolute;
	 width: 140px;
	 height: 140px;
	 border: 1px;
	 border-style: solid;
	 border-color: #364147;
	 overflow: hidden;
}

DIV.resultbox DIV.resultbox_dot {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 12px;
	height: 12px;
	background-color: #C0C0C0;
}

DIV.resultbox_ov DIV.resultbox_dot {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 12px;
	height: 12px;
	background-color: #393E29;
}

#result_0 {
	top: 20px;
	left: 59px;
}
#result_1 {
	top: 20px;
	left: 232px;
}
#result_2 {
	top: 20px;
	left: 405px;
}
#result_3 {
	top: 187px;
	left: 59px;
}
#result_4 {
	top: 187px;
	left: 232px;
}
#result_5 {
	top: 187px;
	left: 405px;
}

/**
 * PRODUCT DETAIL PAGE
 */

/* Product options (such as "add to cart" or "continue shopping" links) */

#productoptions {
	position: absolute;
	top: 15px;
	left: 380px;
	width: 170px;
}

#productoptions A {
	color: #000000;
}

#productoptions SELECT {
	width: 170px;
	font-size: 11px;
}


/* Product images */

DIV.productimage {
	position: absolute;
	left: 60px;
	top: 15px;
	width: 300px;
	height: 300px;
	border: 1px;
	border-style: solid;
	border-color: #364147;
	text-align: center;
}

DIV.productimage DIV.productimage_dot {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #364147;
}

/* Product image pager (used to switch multiple product images) */

DIV.productimage_pager {
	position: absolute;
	top: 310px;
	width: 300px;
	font-weight: bold;
}

DIV.productimage_pager STRONG, 
#pager_box STRONG {
	color: #000000;
}

DIV.productimage_pager A {
	color: #000000;
}

#pager_box {
	position: absolute;
	top: 18px;
	left: 12px;
	width: 10px;
	height: 310px;
}

#pager_box A {
	color: #737A7E;
}


/**
 * CART PAGE
 */

#cartheader {
	position: absolute;
	top: 3px;
	left: 120px;
	width: 448px;
	font-weight: bold;
	color: #000000;
}

#cart {
	position: absolute;
	top: 0px;
	left: 47px;
	width: 520px;
	height: 314px;
	color: #000000;
	overflow: auto;
}

#cart TD.cartrow {
	border: 0px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #B1B4BB;
}

#cart TD.cartcol_spcr {
	border: 0px;
}

#cart TD.cartrow_image {
	border: 1px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #B1B4BB;
}

#cart_nav {
	position: absolute;
	top: 326px;
	left: 47px;
	width: 502px;
	z-index: 99;
}

#cart_nav LI {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

DIV.cartrow_box {
	position: absolute;
	top: 110px;
	left: 72px;
	width: 448px;
	height: 64px;
	border: 0px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #829DBA;
}

INPUT.itemnum {
	padding: 0px 2px 0px 2px;
	text-align: center;
	border: 1px;
	border-style: solid;
	border-color: #B1B4BB;
}

INPUT.itemnum_ov {
	padding: 0px 2px 0px 2px;
	text-align: center;
	border: 1px;
	border-style: solid;
	border-color: #C10C1D;
	color: #C10C1D;
}

INPUT.itemsum {
	padding: 0px 2px 0px 2px;
	text-align: right;
	border: 1px;
	border-style: solid;
	border-color: #DDDDDD;
}


/**
 * ORDER FORM PAGES
 */
 
#orderform_error {
	position: absolute;
	top: 10px;
	left: 25px;
	width: 400px;
	line-height: 12px;
	color: #EF2A33;
}

#orderform_nav {
	position: absolute;
	top: 326px;
	left: 40px;
	width: 495px;
	z-index: 99;
}


/* AGB box in payment form */

#agb_box {
	width: 450px;
	height: 150px;
	border: 1px;
	border-style: solid;
	border-color: #000000;
}

#agb_container {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 420px;
	height: 140px;
	clip: rect(0px 400px 140px 0px);
	overflow: hidden;
}

#agb_container_content {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #000000;
	font-size: 10px;
	line-height: 11px;
}

#agb_scroller {
	position: absolute;
	top: 6px;
	left: 430px;
	width: 10px;
	height: 140px;
}

#agb_scroller_up {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
}

#agb_scroller_down {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 10px;
	height: 10px;
}



/**
 * GENERAL SHOP ELEMENTS
 */

/* Cart box (whithin side area) */
#cartbox {
	position: absolute;
	top: 55px;
	left: 0px;
	width: 270px;
	height: 70px;
}

#cartbox_headline {
	position: relative;
	top: 10px;
	left: 35px;
	width: 203px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#cartbox_contents {
	position: relative;
	top: 20px;
	left: 35px;
	width: 203px;
}

DIV.cartbox {
	color: #FFFFFF;
	background-color: #393E29;
}

DIV.cartbox_ov {
	color: #FFFFFF;
	background-color: #92B248;
	cursor: pointer;
}

DIV.cartbox A.cartlink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

DIV.cartbox_ov A.cartlink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}



/* Product of the month */
#POM {
	position:absolute;
	left: 665px;
	top: 210px;
	width: 140px;
	height: 190px;
	background-color: #DDDDDD;
}