/* MAIN */

body {
	background: url('img/bg_main.gif') #ffffff;
	/*background: #eeeeee;*/
	margin: 0;
	padding: 0;
}

#main {
	position: relative;
	width: 950px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	/*background: #ffffff;*/
}

#clearboth {
	clear: both;
}

div {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}

a, a:active, input {
	outline: none;
}

a.nodeco:hover {
	border: none !important;
	text-decoration: none !important;
}

p, form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #555555;
	/*border: 1px solid #dddddd;*/
}

input, select, textarea {
	/*padding: 2px;*/
}

#spacer10 {
	height: 10px;
}

.copyright  {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #999999;
}
.copyright a {
	color: #999999;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#area h1 {
	float: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #134B83;
	text-transform: uppercase;
}

#contbox #text h2 {
	display: inline;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #888888;
}

#contbox #text h2.cat {
	display: inline;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F15900;
}

#infobox #head h2 {
	display: inline;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	color: #f15900;
	font-size: 18px;
	font-weight: normal;
}

#detCross #area h2 {
	float: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #134B83;
	text-transform: uppercase;
}

#coTop #area h2 {
	display: inline;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #134B83;
	text-transform: uppercase;
}

#contbox #text h2 span {
	color: #f15900;
	font-size: 18px;
	font-weight: bold;
}

#prod1 #proLink h3 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F15900;
}

/* HEAD */

#head {
	position: relative;
	background: #ffffff;
}

#logoTop {
	position: relative;
}

/* HEAD:NAVI */

#naviTop {
	height: 22px;
	padding: 5px 15px 0 0;
	border-bottom: 1px solid #d7d9da;
}

#naviTop #naviTopLft {
	float: left;
}

#naviTop #naviTopRgt {
	float: right;
}

#naviTop ul {
	font-size: 11px;
	padding: 0 ;
	margin: 0;
}

#naviTop li {
	float: left;
	margin: 0;
	list-style-type: none;
	padding: 0 10px 0 20px;
	color: #134b83;
	background: url('img/ic_bullet.gif') 6px 3px no-repeat;
}

#naviTop li a {
	color: #134b83;
	text-decoration: none;
}

#naviTop li a:hover {
	text-decoration: underline;
}

/* CONTENT */

#content {
	padding: 10px 0 0 0;
}

/* CONTENT:WRAPPER */
/*	CODEORDER:
	- WRAPPER
		- MID
		- LEFT
	- RIGHT */

#content #wrap {
	float: left;
	width:782px;
}

/* CONTENT:LEFT */

#content #left {
	float: left;
	width: 168px;
	padding: 0 10px 0 0;
	vertical-align: top;
}

/* boxCats v1 */

#content #boxCats {
	background: #eff1f2;
}

#content #boxCats #cont {
	padding: 5px 10px 10px 10px;
	/*border: 1px solid #d7d9da;*/
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #134b83;
}

#content #boxCats #cont a {
	color: #134b83;
	text-decoration: none;
}

#content #boxCats #head {
	width: 158px;
	height: 18px;
	background: url('img/tab_box_info.gif') left top no-repeat;
	padding: 2px 0 0 10px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

#content #boxCats ul {
	padding: 0 ;
	margin: 0;
}

#content #boxCats li {
	margin: 0;
	list-style-type: none;
	padding: 0 0 4px 0;
	color: #134b83;
}

#content #boxCats li a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #134b83;
	text-decoration: none;
}

#content #boxCats li a:hover {
	text-decoration: underline;
}

#content #boxCats ul ul {
	padding: 0 0 0 13px;
	margin: 0;
}

/* boxCats v2 */

#content #boxCats2 {
	background: #ffffff;
	border-top: 3px solid #cccccc;
}

#content #boxCats2 #head {
	width: 158px;
	height: 18px;
	/*background: url('img/tab_box_info.gif') left top no-repeat;*/
	background: #F15900;
	padding: 2px 0 0 10px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

#content #boxCats2 #cont {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #134b83;
	padding: 5px 4px 5px 6px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0 1px 4px;
}

#content #boxCats2 #contWk {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #134b83;
	padding: 8px 0 8px 0;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0 1px 4px;
}

#content #boxCats2 #cont a {
	color: #134b83;
	text-decoration: none;
}

#content #boxCats2 #cont a:hover {
	border-bottom: 1px dotted #134b83;
}

#content #boxCats2 ul {
	padding: 0 ;
	margin: 0;
}

#content #boxCats2 li {
	margin: 0;
	list-style-type: none;
	padding: 0 0 4px 0;
	color: #134b83;
}

#content #boxCats2 li a {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #134b83;
	text-decoration: none;
}

#content #boxCats2 li a.active {
	color: #777777 !important;
	text-decoration: underline !important;
}

#content #boxCats2 li a:hover {
	text-decoration: underline;
}

#content #boxCats2 ul ul {
	padding: 0 0 0 10px;
	margin: 0;
}

/* CONTENT:MID */

#content #mid {
	float: right;
	width: 604px;
	margin: 0 0 0 0;
	vertical-align: top;
}

/* CONTENT:CATEGORY HEAD */

#content #mid #catHead1 {
	/*width: 594px;*/
	/*background: url('img/bg_box_cat-top_1.gif') left top no-repeat;*/
	background: #ffffff;
	margin: 0 10px 0 0;
	border-color: #cccccc;
	border-style: solid;
	border-width: 3px 1px 8px;
}

#content #mid #catbot {
	/*width: 594px;*/
	height: 0px;
	/*background: url('img/bg_box_cat-bot_1.gif') left top no-repeat;*/
}

#content #mid #catHead1 #area {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #134B83;
	text-transform: uppercase;
	background: #e6e6e6;
	border-bottom: 2px solid #FFFFFF;
	padding: 2px 0 2px 10px;
}

#content #mid #catHead1 #contbox {
	float: left;
	width: 177px;
	height: 53px;
	margin: 5px 0 5px 10px;
	border-color: #dddddd;
	border-style: solid;
	border-width: 0px 1px 3px;
	padding: 0 0 0 5px;
}

#content #mid #catHead1 #icon {
	float: left;
	width: 15px;
	padding: 3px 0 0 0;
}

#content #mid #catHead1 #text {
	float: left;
	width: 152px;
	padding: 0 5px 0 5px;
}

#content #mid #catHead1 #text a {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f15900;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dotted #f15900;
}

#content #mid #catHead1 #text #info {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding: 3px 0 0 0;
}

/* CONTENT:LIST HEAD */

#content #mid #catHead2 {
	/*width: 594px;*/
	/*background: url('img/bg_box_cat-top_1.gif') left top no-repeat;*/
	background: #ffffff;
	margin: 0 10px 0 0;
	border-color: #cccccc;
	border-style: solid;
	border-width: 3px 1px 8px;
}

#content #mid #catHead2 #area {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #134B83;
	text-transform: uppercase;
	background: #e6e6e6;
	border-bottom: 2px solid #FFFFFF;
	padding: 2px 0 2px 10px;
}

#content #mid #catHead2 #contbox {
	padding: 10px 2px 5px 8px;
}

#content #mid #catHead2 #contboxSelect {
	float: left;
	padding: 8px 2px 5px 8px;
}

#content #mid #contboxMulti {
	float: left;
	font-size: 12px;
	padding: 8px 2px 5px 8px;
}

#content #mid #catHead2 #contboxPager {
	float: right;
	padding: 8px 10px 8px 8px;
}

#content #mid #catHead2 #icon {
	float: left;
	width: 15px;
	padding: 4px 0 0 0;
}

#content #mid #catHead2 #iconLft {
	float: left;
	width: 15px;
	padding: 2px 6px 0 0;
}

#content #mid #catHead2 #iconRgt {
	float: left;
	width: 15px;
	padding: 2px 0 0 6px;
}

#content #mid #catHead2 #text {
	float: left;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	color: #f15900;
	padding: 0 10px 0 5px;
}

#content #mid #catHead2 #selectBox {
	float: left;
	padding: 0 0 0 0;
}

#content #mid #catHead2 #selectBox select {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 130px;
}

#content #mid #catHead2 #info {
	float: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

#content #mid #catHead2 #trenner {
	width: 574px;
	height: 1px;
	margin: 0 auto;
	padding: 4px 0 0 0;
	border-bottom: 1px solid #cccccc;
}

#content #mid #catHead2 #numProd  {
	float: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 0 5px 0 5px;
}

#content #mid #catHead2 #linkPage  {
	float: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f15900;
	padding: 0 3px 0 3px;
}

#content #mid #catHead2 #linkPage a  {
	float: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0e1268;
	text-decoration: none;
}

/* CONTENT:PAGENAVI BOTTOM */

#content #mid #pageNavi {
	/*width: 594px;*/
}

#content #mid #contboxPager {
	float: right;
	padding: 8px 10px 5px 8px;
}

#content #mid #iconLft {
	float: left;
	width: 15px;
	padding: 2px 6px 0 0;
}

#content #mid #iconRgt {
	float: left;
	width: 15px;
	padding: 2px 0 0 6px;
}

#content #mid #numProd  {
	float: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 0 5px 0 5px;
}

#content #mid #linkPage  {
	float: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f15900;
	padding: 0 3px 0 3px;
}

#content #mid #linkPage a  {
	float: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0e1268;
	text-decoration: none;
}

/* CONTENT:PRODUCT-DETAIL */

#content #mid #detTop {
	/*width: 594px;*/
	/*background: url('img/bg_box_cat-top_1.gif') left top no-repeat;*/
	background: #ffffff;
	margin: 0 10px 0 0;
	border-color: #cccccc;
	border-style: solid;
	border-width: 3px 1px 5px;
}

#content #mid #detTop #area {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #134B83;
	text-transform: uppercase;
	background: #e6e6e6;
	border-bottom: 2px solid #FFFFFF;
	padding: 2px 0 2px 10px;
}

#content #mid #detTop #imgbox {
	width: 201px;
	float: left;
	padding: 20px 20px 20px 20px;
	text-align: center;
}

#content #mid #detTop #infobox {
	float: left;
	width: 330px;
	padding: 20px 2px 10px 0;
}

#content #mid #detTop #infobox #infoboxTbl {
	border-collapse: collapse;
	margin: 1px 0 1px 0;
}

#content #mid #detTop #infobox #infoboxTbl td {
	border: 1px dotted #cccccc;
	padding: 1px 8px;
}

#content #mid #prod1 #infoboxTbl2 {
	border-collapse: collapse;
	margin: 0 0 0 0;
}

#content #mid #prod1 #infoboxTbl2 td {
	border: 1px dotted #cccccc;
	padding: 0 4px;
}

#content #mid #prod1 #infobox #head {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	color: #f15900;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 0 0;
}

#content #mid #detTop #infobox #price {
	width: 135px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	color: #777777;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 4px 1px 4px;
	margin: 0 0 8px 0;
	padding: 6px 6px 6px 6px;
}

#content #mid #detTop #infobox #versand {
	color: #666666;
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 8px 0;
}

#content #mid #detTop #infobox #versand a {
	color: #134B83;
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#content #mid #detTop #infobox #versand a:hover {
	border-bottom: 1px dotted #134b83;
}

#content #mid #detTop #infobox #info {
	color: #666666;
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 0 0;
}

#content #mid #detTop #infobox #infotext {
	width: 330px;
	color: #666666;
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 0 0;
}

#lsp10_0 {
	padding: 10px 0 10px 0;
}

#lsp15_0 {
	padding: 15px 0 15px 0;
}

#lsp15_20 {
	padding: 15px 20px 15px 20px;
}

#lsp0_20 {
	padding: 0 20px 0 20px;
}

#lsp10_20 {
	padding: 10px 20px 10px 20px;
}

#lsp10_0 div, #lsp15_0 div, #lsp15_20 div, #lsp0_20 div, #lsp10_20 div {
	background:url('img/line_dotted.gif') 0 0 repeat-x;
	height: 1px;
}

#content #mid #detTop #infobox #orderbox {
	float: left;
	padding: 0 10px 0 0;
}

#content #mid #detTop #infobox #orderbox #amount {
	float: left;
	padding: 0 5px 0 0;
}

#content #mid #detTop #infobox #orderbox #order {
	float: left;
}

#content #mid #detTop #infobox #printbox {
	float: left;
	padding: 2px 0 0 0;
}

#content #mid #detTop #infobox #printbox #pimg {
	float: left;
	padding: 2px 5px 0 0;
}

#content #mid #detTop #infobox #printbox #ptext {
	float: left;
}

#content #mid #detTop #infobox #printbox #ptext a {
	color: #134B83;
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#content #mid #detTop #infobox #printbox #ptext a:hover {
	border-bottom: 1px dotted #134b83;
}

#content #mid #detTop #imgbigbox {
	text-align: center;
	padding: 10px 0 20px 0;
}

/* CONTENT:jQuery collapsable DIVs */

#tabswitchgry {
	float: right;
	padding: 1px 6px 0 0;
}

#tabswitchred {
	float: right;
	padding:1px 6px 0 0;
}

#clpsPopupimg {
	display: block;
}

#clpsCross {
	display: block;
}

#clpsAlsoPurchased {
	display: block;
}

#clpsBestseller {
	display: block;
}

/* CONTENT:PRODUCT-DETAIL CROSS-SELLING */

#content #mid #detCross {
	/*width: 594px;*/
	/*background: url('img/bg_box_cat-top_1.gif') left top no-repeat;*/
	background: #ffffff;
	margin: 0 10px 0 0;
	border-color: #cccccc;
	border-style: solid;
	border-width: 3px 1px 5px;
}

#content #mid #detCross #area {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #134B83;
	text-transform: uppercase;
	background: #e6e6e6;
	border-bottom: 2px solid #FFFFFF;
	padding: 2px 0 2px 10px;
}

#content #mid #detCross #crossBox {
	float: left;
	width: 175px;
	height: 180px;
	padding: 10px 10px 10px 10px;
}

#content #mid #detCross #crossBox #imgbox {
	text-align: center;
	padding: 0 0 5px 0;
}

#content #mid #detCross #crossBox #infobox {
	padding: 0 0 0 0;
}

#content #mid #detCross #crossBox #infobox #head {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	color: #f15900;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 5px 0;
}

/* IE7 fix */
#content #mid #detCross #crossBox #infobox #head h3 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	color: #f15900;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#content #mid #detCross #crossBox #infobox #head a {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	color: #f15900;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#content #mid #detCross #crossBox #infobox #head a:hover {
	border-bottom: 1px dotted #f15900;
}

#content #mid #detCross #crossBox #infobox #price {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 5px 0;
}

#content #mid #detCross #crossBox #infobox #versand {
	color: #666666;
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 0 0 8px 0;
}

#content #mid #detCross #crossBox #infobox #versand a {
	color: #134B83;
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#content #mid #detCross #crossBox #infobox #versand a:hover {
	border-bottom: 1px dotted #134b83;
}

/* CONTENT:WARENKORB */

#content #mid #wkTop {
	/*width: 594px;*/
	/*background: url('img/bg_box_cat-top_1.gif') left top no-repeat;*/
	background: #ffffff;
	border-color: #cccccc;
	border-style: solid;
	border-width: 3px 1px 5px;
	margin: 0 10px 0 0;
}

#content #mid #wkTop #area {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #134B83;
	text-transform: uppercase;
	background: #e6e6e6;
	border-bottom: 2px solid #FFFFFF;
	padding: 2px 0 2px 10px;
}

#content #mid #wkTop #wkHead {
	padding: 10px 10px 0 10px;
}

#content #mid #wkTop #wkHead div {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

#content #mid #wkTop #wkHead #wkImg {
	float: left;
	width: 110px;
}

#content #mid #wkTop #wkHead #wkAnzahl {
	float: left;
	width: 50px;
}

#content #mid #wkTop #wkHead #wkArtikel {
	float: left;
	width: 170px;
	padding: 0 20px 0 0;
}

#content #mid #wkTop #wkHead #wkEinzel {
	float: left;
	width: 80px;
}

#content #mid #wkTop #wkHead #wkSumme {
	float: left;
	width: 80px;
}

#content #mid #wkTop #wkHead #wkEntf {
	float: left;
	width: 40px;
}

#content #mid #wkTop #wkProdukt {
	padding: 0 10px 0 10px;
}

#content #mid #wkTop #wkProdukt div {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

#content #mid #wkTop #wkProdukt #wkImg {
	float: left;
	width: 110px;
	text-align: center;
}

#content #mid #wkTop #wkProdukt #wkAnzahl {
	float: left;
	width: 50px;
	padding: 5px 0 0 0;
}

#content #mid #wkTop #wkProdukt #wkArtikel {
	float: left;
	width: 170px;
	padding: 0 20px 0 0;
}

#content #mid #wkTop #wkArtikel a {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f15900;
	text-decoration: none;
}

#content #mid #wkTop #wkArtikel a:hover {
	border-bottom: 1px dotted #f15900;
}

#content #mid #wkTop #wkProdukt #wkEinzel {
	float: left;
	width: 80px;
}

#content #mid #wkTop #wkProdukt #wkSumme {
	float: left;
	width: 80px;
}

#content #mid #wkTop #wkProdukt #wkEntf {
	float: left;
	width: 40px;
}

#content #mid #wkTop #wkAmount {
	padding: 0 10px 0 280px;
}

#content #mid #wkTop #wkAmount div {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

#content #mid #wkTop #wkAmount #wkText {
	float: left;
	width: 200px;
	font-size: 11px;
	text-align: right;
}

#content #mid #wkTop #wkAmount #wkNum {
	float: left;
	width: 60px;
	font-size: 11px;
	text-align: right;
}

#content #mid #wkTop #wkAmount #wkText a {
	color: #134B83;
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#content #mid #wkTop #wkAmount #wkText a:hover {
	border-bottom: 1px dotted #134b83;
}

#content #mid #wkAction {
	padding: 10px 20px 20px 20px;
}

#content #mid #wkAction a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #134b83;
	text-decoration: none;
}

#content #mid #wkAction a:hover {
	border-bottom: 1px dotted #134b83;
}

#content #mid #wkAction #wkText {
	float: right;
	text-align: right;
	padding: 2px 10px 0 0;
}

#content #mid #wkAction #wkRecalc {
	float: left;
}

#content #mid #wkAction #wkCheckout {
	float: right;
}

/* CONTENT:WARENKORB:ACCOUNT */

#content #mid #wkAccount {
	/*width: 594px;*/
	/*background: url('img/bg_box_cat-top_1.gif') left top no-repeat;*/
	background: #ffffff;
	border-color: #cccccc;
	border-style: solid;
	border-width: 3px 1px 5px;
	margin: 0 10px 0 0;
}

#content #mid #wkAccount a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #134b83;
	text-decoration: none;
}

#content #mid #wkAccount a:hover {
	border-bottom: 1px dotted #134b83;
}

#content #mid #wkAccount #area {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #134b83;
	text-transform: uppercase;
	background: #e6e6e6;
	border-bottom: 2px solid #FFFFFF;
	padding: 2px 0 2px 10px;
}

#content #mid #wkAccount #info, #content #mid #coTop #info {
	padding: 10px 20px 10px 20px;
}

/* CONTENT:FORM:NEW CUSTOMER */

#content #mid #inpBox {
	padding: 10px 0 0 0;
}

#content #mid #inpText {
	float: left;
	width: 80px;
	padding: 0 10px 0 0;
}

#content #mid #inpText2 {
	float: left;
	width: 120px;
	padding: 0 10px 0 0;
}

#content #mid #inpFieldLft {
	float: left;
	padding: 0 30px 0 0;
}

#content #mid #inpFieldLftSearch {
	float: left;
	width: 380px;
	padding: 0 30px 0 0;
}

#content #mid #inpFieldRgt {
	float: left;
	padding: 0 10px 0 0;
}

/* CONTENT:ORDER VERSAND */

#content #mid #coTop {
	/*width: 594px;*/
	/*background: url('img/bg_box_cat-top_1.gif') left top no-repeat;*/
	background: #ffffff;
	border-color: #cccccc;
	border-style: solid;
	border-width: 3px 1px 5px;
	margin: 0 10px 0 0;
}

#content #mid #coTop a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #134b83;
	text-decoration: none;
}

#content #mid #coTop a:hover {
	border-bottom: 1px dotted #134b83;
}

#content #mid #coTop #area {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #134b83;
	text-transform: uppercase;
	background: #e6e6e6;
	border-bottom: 2px solid #FFFFFF;
	padding: 2px 0 2px 10px;
}

#content #mid #coTop #coHead {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #f15900;
	padding: 20px 20px 0 20px;
}

#content #mid #coTop #coAddressEdit {
	float: left;
	width: 300px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding: 5px 20px 20px 20px;
}

#content #mid #coTop #coAddress {
	float: left;
	width: 210px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	border-left: 1px dotted #cccccc;
	padding: 5px 20px 10px 20px;
}

#content #mid #coTop #coDeliveryInfo {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding: 5px 20px 10px 20px;
}

#content #mid #coTop #coDeliveryHead {
	float: left;
	width: 300px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding: 5px 20px 0 20px;
}

#content #mid #coTop #coDeliveryType {
	float: left;
	width: 300px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding: 0 20px 20px 20px;
}

#content #mid #coTop #coDeliveryCost {
	float: left;
	width: 210px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	border-left: 1px dotted #cccccc;
	padding: 0 20px 10px 20px;
}

/* CONTENT:WARENKORB:STEP 1 - 3 */

#content #mid #wkSteps {
	/*width: 594px;*/
	/*background: url('img/bg_box_cat-top_1.gif') left top no-repeat;*/
	background: #ffffff;
	border-color: #cccccc;
	border-style: solid;
	border-width: 3px 1px 5px;
	margin: 0 10px 0 0;
}

#content #mid #wkSteps #area {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #134b83;
	text-transform: uppercase;
	background: #e6e6e6;
	border-bottom: 2px solid #FFFFFF;
	padding: 2px 0 2px 10px;
}

#content #mid #wkSteps #stepTextOn {
	float: left;
	padding: 3px 0 0 10px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #f15900;
}

#content #mid #wkSteps #stepTextOff {
	float: left;
	padding: 3px 0 0 10px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #bbbbbb;
}

#content #mid #wkSteps #stepImg {
	float: left;
	width: 39px;
}

#content #mid #wkSteps #wkStep1 {
	float: left;
	width: 180px;
	padding: 10px 0 15px 40px;
}

#content #mid #wkSteps #wkStep2 {
	float: left;
	width: 180px;
	padding: 10px 0 15px 20px;
}

#content #mid #wkSteps #wkStep3 {
	float: left;
	width: 140px;
	padding: 10px 0 15px 20px;
}

/* CONTENT:PROD1 */

#content #mid #prod1 {
	float: left;
	width: 290px;
	/*height: 172px;*/
	margin: 0 10px 10px 0;
	padding: 0 0 7px 0;
	/*background: url('img/bg_box_prod_1.gif') left top no-repeat;*/
	background: #ffffff;
	border-color: #cccccc;
	border-style: solid;
	border-width: 3px 1px 4px;
}

#content #mid #prod1 #area {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
	padding: 2px 0 0 10px;
}

#content #mid #prod1 #proLink {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 17px;
	padding: 1px 0 1px 10px;
	width: 280px;
	height: 19px;
	background: #E6E6E6;
	overflow: hidden;
}

#content #mid #prod1 #proLink a {
	color: #f15900;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#content #mid #prod1 #pimage {
	float: left;
	width: 102px;
	height: 104px;
	padding: 7px 0 0 6px;
	margin: 5px 0 6px 0;
	text-align: center;
}

#content #mid #prod1 #ptext {
	float: left;
	width: 172px;
	height: 118px;
	overflow: hidden;
	padding: 3px 0 0 10px;
	margin: 5px 0 2px 0;
}

#content #mid #prod1 #ptext #measures {
	padding: 0 0 0 0;
}

#content #mid #prod1 #ptext #price {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #777777;
	margin: 4px 0 3px 0;
}

#content #mid #prod1 #ptext #priceuvp {
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin: 0 0 0 0;
}

#content #mid #prod1 #ptext #priceuvp a {
	color: #134B83;
	font-family: Arial,Verdana,sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #134b83;
}

#content #mid #prod1 #ptext #priceuvp a:hover {
	border-bottom: 1px dotted #134b83;
}

#content #mid #prod1 #ptext #versand {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #8a8a8a;
}

#content #mid #prod1 #ptext #versand a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #134b83;
	text-decoration: none;
	border-bottom: 1px dotted #134b83;
}

#content #mid #prod1 #ptext #versand a:hover {
	border-bottom: 1px dotted #134b83;
}

#content #mid #prod1 #ptext #desc {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #666666;
	padding: 1px 5px 0 0;
}

#content #mid #prod1 #order {
	float: left;
	width: 133px;
	padding: 7px 0 0 10px;
}

#content #mid #prod1 #detail {
	float: left;
	width: 93px;
	padding: 7px 0 0 6px;
}

/* CONTENT:PROD2 */

#content #mid #prod2 {
	float: left;
	width: 191px;
	height: 204px;
	padding: 0 10px 10px 0;
	background: url('img/bg_box_prod_2.gif') left top no-repeat;
}

#content #mid #prod2 #area {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
	padding: 2px 0 0 10px;
	background: #bbbbbb;
}

#content #mid #prod2 #proLink {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f15900;
	padding: 4px 0 0 6px;
}

#content #mid #prod2 #proLink a {
	color: #f15900;
	text-decoration: underline;
}

#content #mid #prod2 #pimage {
	float: left;
	width: 98px;
	padding: 8px 0 0 6px;
	text-align: center;
}

#content #mid #prod2 #ptext {
	float: left;
	width: 81px;
	padding: 4px 0 0 6px;
}

#content #mid #prod2 #ptext #price {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding: 0 0 0 0;
}

#content #mid #prod2 #ptext #desc {
	height: 90px;
	overflow: hidden;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #666666;
	padding: 4px 8px 0 0;
}

#content #mid #prod2 #versand {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #8a8a8a;
	padding: 2px 0 0 6px;
}

#content #mid #prod2 #versand a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #134b83;
	text-decoration: none;
}

#content #mid #prod2 #versand a:hover {
	border-bottom: 1px dotted #134b83;
}

#content #mid #prod2 #order {
	float: left;
	width: 84px;
	padding: 3px 0 0 6px;
}

#content #mid #prod2 #detail {
	float: left;
	width: 93px;
	padding: 3px 0 0 6px;
}

/* CONTENT:PROD3 */

#content #mid #prod3 {
	float: left;
	width: 292px;
	height: 188px;
	padding: 0 10px 10px 0;
	background: url('img/bg_box_prod_3.gif') left top no-repeat;
}

#content #mid #prod3 #area {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	background: #aaaaaa;
	padding: 3px 0 0 10px;
}

#content #mid #prod3 #proLink {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #f15900;
	padding: 1px 0 0 10px;
	width: 280px;
	height: 19px;
	overflow: hidden;
	/*
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f15900;
	padding: 1px 0 0 6px;
	width: 280px;
	height: 18px;
	overflow: hidden;
	*/
}

#content #mid #prod3 #proLink a {
	color: #f15900;
	text-decoration: none;
	border-bottom: 1px dotted #f15900;
}

#content #mid #prod3 #pimage {
	float: left;
	width: 102px;
	padding: 8px 0 0 6px;
	text-align: center;
}

#content #mid #prod3 #ptext {
	float: left;
	width: 174px;
	padding: 4px 0 0 10px;
}

#content #mid #prod3 #ptext #price {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding: 5px 0 0 0;
}

#content #mid #prod3 #ptext #versand {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #8a8a8a;
	padding: 4px 0 0 0;
}

#content #mid #prod3 #ptext #versand a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #134b83;
	text-decoration: none;
}

#content #mid #prod3 #ptext #versand a:hover {
	border-bottom: 1px dotted #134b83;
}

#content #mid #prod3 #ptext #desc {
	height: 64px;
	overflow: hidden;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #666666;
	padding: 2px 10px 0 0;
}

#content #mid #prod3 #order {
	float: left;
	width: 133px;
	padding: 8px 0 0 6px;
}

#content #mid #prod3 #detail {
	float: left;
	width: 93px;
	padding: 8px 0 0 6px;
}

/* CONTENT:ACCOUNT:PRODLIST */

#content #mid #prodList {
	float: left;
	width: 272px;
	height: 140px;
	padding: 0 0 10px 20px;
}

#content #mid #prodList #area {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
	background: #aaaaaa;
	padding: 2px 0 0 6px;
}

#content #mid #prodList #proLink {
	padding: 6px 0 0 0;
	width: 260px;
	height: 18px;
	overflow: hidden;
	border-bottom: 1px dotted #f15900;
}

#content #mid #prodList #proLink a {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #f15900;
	text-decoration: none;
}

#content #mid #prodList #proLink a:hover {
	border-bottom: none;
}

#content #mid #prodList #pimage {
	float: left;
	width: 102px;
	padding: 8px 0 0 0;
	text-align: center;
}

#content #mid #prodList #ptext {
	float: left;
	width: 154px;
	padding: 4px 0 0 10px;
}

#content #mid #prodList #ptext #price {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding: 15px 0 0 0;
}

#content #mid #prodList #ptext #versand {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #8a8a8a;
	padding: 4px 0 0 0;
}

#content #mid #prodList #ptext #versand a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #134b83;
	text-decoration: none;
}

#content #mid #prodList #ptext #versand a:hover {
	border-bottom: 1px dotted #134b83;
}

#content #mid #prodList #ptext #desc {
	height: 64px;
	overflow: hidden;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #666666;
	padding: 2px 10px 0 0;
}

/* CONTENT:REVIEWSLIST */

#content #mid #revList {
	padding: 0 0 10px 20px;
}

#content #mid #revList #area {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
	background: #aaaaaa;
	padding: 2px 0 0 6px;
}

#content #mid #revList #proLink {
	padding: 6px 0 0 0;
	width: 550px;
	height: 18px;
	overflow: hidden;
	border-bottom: 1px dotted #f15900;
}

#content #mid #revList #proLink a {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #f15900;
	text-decoration: none;
}

#content #mid #revList #proLink a:hover {
	border-bottom: none;
}

#content #mid #revList #pimage {
	float: left;
	width: 102px;
	padding: 8px 0 0 0;
	text-align: center;
}

#content #mid #revList #rating {
	float: left;
	padding: 12px 10px 0 0;
	text-align: center;
}

#content #mid #revList #pimage a:hover {
	border-bottom: none;
}

#content #mid #revList #ptext {
	float: left;
	padding: 4px 0 0 10px;
}

#content #mid #revList #ptext #price {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding: 15px 0 0 0;
}

#content #mid #revList #ptext #versand {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #8a8a8a;
	padding: 4px 0 0 0;
}

#content #mid #revList #ptext #versand a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #134b83;
	text-decoration: none;
}

#content #mid #revList #ptext #versand a:hover {
	border-bottom: 1px dotted #134b83;
}

#content #mid #revList #ptext #desc {
	width: 420px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #666666;
	padding: 2px 10px 0 0;
}

#content #mid #navbar {
	padding: 0 10px 0 0;
}

/* CONTENT:RIGHT */

#content #right {
	float: right;
	width: 168px;
	padding: 0 0 0 0;
	vertical-align: top;
}

/* RIGHT:WARENKORB + PRODUCTBOXEs LFT/RGT*/

#content #boxCats2 #contWk #wkList {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	padding: 0 0 8px 5px;
}

#content #boxCats2 #contWk #wkListBox {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	text-align: center;
	padding: 0 0 0 0;
}

#content #boxCats2 #contWk #wkListBox #wkListBoxSub1 {
	padding: 3px 0 2px 0;
}

#content #boxCats2 #contWk #wkListBox #wkListBoxSub2 {
	font-size: 12px;
	padding: 0 0 0 0;
}

#content #boxCats2 #contWk #wkList a,
		#content #boxCats2 #contWk #wkListBox a {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #134b83;
	text-decoration: none;
}

#content #boxCats2 #contWk #wkList a:hover {
	border-bottom: 1px dotted #134b83;
}

#content #boxCats2 #contWk #trenner {
	border-bottom:1px solid #cccccc;
}

#content #boxCats2 #contWk #wkMwst {
	width: 95px;
	float: left;
	border-right: 1px solid #cccccc;
	padding: 2px 0 3px 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

#content #boxCats2 #contWk #wkMwstNum {
	text-align: right;
	padding: 2px 5px 3px 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

#content #boxCats2 #contWk #wkSumme {
	width: 95px;
	float: left;
	border-right: 1px solid #cccccc;
	background: #e3e3e3;
	padding: 2px 0 3px 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #666666;
}

#content #boxCats2 #contWk #wkSummeNum {
	text-align: right;
	padding: 2px 5px 3px 0;
	background: #e3e3e3;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #666666;
}

#content #boxCats2 #contWk #wkVersand {
	width: 155px;
	padding: 2px 0 5px 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

#content #boxCats2 #contWk #wkVersand a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #134b83;
	text-decoration: none;
}

#content #boxCats2 #contWk #wkVersand a:hover {
	border-bottom: 1px dotted #134b83;
}

#content #boxCats2 #contWk #wkBasket {
	width: 150px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	background: #e3e3e3;
	padding: 4px 0 3px 0;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

#content #boxCats2 #contWk #wkBasket a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #134b83;
	text-decoration: none;
}

#content #boxCats2 #contWk #wkBasket a:hover {
	border-bottom: 1px dotted #134b83;
}

#content #boxCats2 #contWk #wkBasketIcon {
	padding: 0 0 0 0;
}

/* NAVI:BOTTOM */

#naviBot {
	position: relative;
	width: 950px;
	height: 20px;
	background: #f15900;
	text-align: center;
	border-top: 3px solid #cccccc;
	margin: 8px 0 0 0;
}

#naviBot ul {
	padding: 0 0 0 260px;
	margin: 0;
}

#naviBot li {
	float: left;
	margin: 0;
	list-style-type: none;
	height: 18px;
	padding: 2px 25px 0 0;
	color: #285a8d;
}

#naviBot li a {
	color: #ffffff;
	text-decoration: none;
}

#naviBot li a:hover {
	border-bottom: 1px dotted #ffffff;
}

#footer {
	text-align: center;
}

#footer a {
	color:#999999;
}

/* start: highslide */

.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(/images/highslide/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(/images/highslide/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(/images/highslide/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* end: highslide */

/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

.boxText { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.boxTextBG {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #f1f1f1;
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #FFCC99;
}
.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

img {
	border:0;
}

FORM {
	display: inline;		   
}


TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #000000;
}

TD.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #666666;
  height:17px;
  color: #ffffff;
}

TD.infoBoxHeading_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #C4C4C4;
  height:17px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-right: 4px solid;
  background: #E6E6E6; 
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #E6E6E6; 

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
	color: #0000FF;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Trebuchet MS, Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #f15900;
  padding: 0 0 0 0;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial,Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #666666;
  padding: 0px;
  margin: 0px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

TEXTAREA {
  width: 100%;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #f1f1f1;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}


SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: #E6E6E6;

}
.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; 
	background-color: #bbbbbb; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF !important;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #ffffff; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; /*background-color: #ffb3b5;*/ }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; /*background-color: #99ff00;*/ }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}

.contentsTopics {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

/* jQuery colorbox */

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(img/cbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(img/cbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(img/cbox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(img/cbox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(img/cbox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(img/cbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(img/cbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(img/cbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(img/cbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(img/cbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(img/cbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(img/cbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(img/cbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; margin:0 8px 0 0; bottom:0; right:0; background:url(img/cbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/templates/v1.0/img/cbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/templates/v1.0/img/cbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/templates/v1.0/img/cbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/templates/v1.0/img/cbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/templates/v1.0/img/cbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/templates/v1.0/img/cbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/templates/v1.0/img/cbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/templates/v1.0/img/cbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}


