.a{}/*bugfix*/
.designer_area {
	position:relative;
	float: left;
	height: 730px;
	width: 960px;
}
.designer_left {
	position:absolute;
	left:-30px;
	width:162px;
	height:680px;
 }
.designer_mid {
	position:absolute;
	left:150px;
	width:380px;
	height:680px;
	padding:0px;
}
.designer_right {
	position:absolute;
	left:530px;
	width:436px;
	height:740px;
	overflow:visible;
}

.leftnav {
	position:relative;
	float:left;
	text-transform: uppercase;
	float: left;
	font-weight: bold;
	height: 600px;
	color: #fff;
	text-shadow: #fff 1px 1px 1px; 
	display:none;
}

.leftnav .icon {
	display: block;
	margin: 0px;
	margin-right:5px;
	margin-left: -2px;
	padding: 0px;
	width: 20px;
	height: 20px;
	clear: none;
	float: left;
}

H1 .bigicon {
	width: 32px;
	height: 32px;
	padding-left: 1em;
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	
}

.leftnav .comment {
	text-transform:none;
	padding-left:0px;
	font-size:0.8em;
}

.leftnav .comment SPAN {
	display: block;
}

.leftnav .contentContainer {
	position:relative;
	margin:0px;
	padding: 0px;
	clear: left;
	float:left;
	display: none;
}

.leftnav .contentContainer .contentContainerSub {
	height: auto;
}

.leftnav .contentContainer .contentContainerSub, .leftnav .contentContainer .contentContainerSub div {
	position:relative;
}

.leftnav li {
	position:relative;
	float:left;
	visibility:inherit;
	list-style: none;
	width: 162px;
	cursor: pointer;
	margin-top:0px;
	margin-left:10px;
	color: #3f3f3f;
}

.leftnav .top {
	position:relative;
	display:block;
	float: none;
	background: url(/media/gfx/ui/designer_leftbutton_inactive.png) no-repeat left top;
	height:9px;
	width:159px;
	margin: 0px;
	padding: 0px;
}
.leftnav .mid {
	position:relative;
	margin: 0px;
	display:block;
	background: url(/media/gfx/ui/designer_leftbutton_inactive.png) no-repeat 0px -10px;
	min-height: 34px;
	width:107px;
	padding: 0px 40px 0px 15px;
}
.leftnav .isContent .mid {
	min-height: 20px;
}
.leftnav .bottom {
	position:relative;
	margin: 0px;
	padding: 0px;
	display:block;
	background: url(/media/gfx/ui/designer_leftbutton_inactive.png) no-repeat left bottom;
	height:12px;
	width:159px;
}

.leftnav .selected {
	color: white;
	text-shadow: #b77 1px 1px 1px; 
}

.leftnav .selected .top {
	background: url(/media/gfx/ui/designer_leftbutton_active.png) no-repeat left top;
}

.leftnav .selected .mid {
	background: url(/media/gfx/ui/designer_leftbutton_active.png) no-repeat 0px -10px;
}

.leftnav .selected .bottom {
	background: url(/media/gfx/ui/designer_leftbutton_active.png) no-repeat left bottom;
}

.leftnav .selected .isContent.selected .top {
	background: url(/media/gfx/ui/designer_leftbutton_iscontent_active.png) no-repeat left top;
}

.leftnav .selected .isContent.selected .mid {
	background: url(/media/gfx/ui/designer_leftbutton_iscontent_active.png) no-repeat 0px -10px;
}

.leftnav .selected .isContent.selected .bottom {
	background: url(/media/gfx/ui/designer_leftbutton_iscontent_active.png) no-repeat left bottom;
}

.leftnav .hasContent .top {
	background: url(/media/gfx/ui/designer_leftbutton_hascontent_inactive.png) no-repeat left top;
}

.leftnav .hasContent .mid {
	background: url(/media/gfx/ui/designer_leftbutton_hascontent_inactive.png) no-repeat 0px -10px;
}

.leftnav .hasContent .bottom {
	background: url(/media/gfx/ui/designer_leftbutton_hascontent_inactive.png) no-repeat left bottom;
}

.leftnav .hasContent.selected .top {
	background: url(/media/gfx/ui/designer_leftbutton_hascontent_active.png) no-repeat left top;
}

.leftnav .hasContent.selected .mid {
	background: url(/media/gfx/ui/designer_leftbutton_hascontent_active.png) no-repeat 0px -10px;
	color: #3f3f3f;
	text-shadow: #fff 1px 1px 1px; 
}

.leftnav .hasContent.selected .bottom {
	background: url(/media/gfx/ui/designer_leftbutton_hascontent_active.png) no-repeat left bottom;
}

.leftnav .hasContent .isContent .top {
	background: url(/media/gfx/ui/designer_leftbutton_iscontent_inactive.png) no-repeat left top;
}

.leftnav .hasContent .isContent .mid {
	background: url(/media/gfx/ui/designer_leftbutton_iscontent_inactive.png) no-repeat 0px -10px;
}

.leftnav .hasContent .isContent .bottom {
	background: url(/media/gfx/ui/designer_leftbutton_iscontent_inactive.png) no-repeat left bottom;
}

.leftnav .hasContent .mid {
	padding-bottom: 0px; /*15*/
}

.leftnav .hasContent .isContent {
	padding-left: 2px;
}
.leftnav .hasContent .isContent .mid {
	padding-bottom: 0px;
}

.leftnav .isContent {
	cursor: pointer;
}
.leftnav .hasContent.selected {
	cursor: default;
}
.leftnav .isContent.selected {
	cursor: default;
}

.leftnav .isContent {
	position:relative;
	top: 0px; /*15*/
	display: block;
	margin-left: 20px;
}

.leftnav .hasContent .isContent.selected {
	display: block;
}

.leftnav .hasContent.selected .comment {
	display: block;
}

.leftnav .hasContent.selected .isContent .comment {
	display: block;
	_height: 20px;
	min-height: 20px;
	line-height:20px;
	vertical-align:middle;
}

.leftnav .hasContent .isContent .stepHeader {
	display: none;
}

.leftnav .hasContent.selected .isContent.selected .top {
}

.leftnav .hasContent.selected .isContent.selected .mid {
	color: white;
	text-shadow: #b77 1px 1px 1px; 
}

.leftnav .hasContent.selected .isContent.selected .bottom {
}



.leftnav .comment .inactive {
	color: #aaa;
	display: inline;
}

.designer_mid .page {
	width:100%;
	position:absolute;
	visibility:hidden;
	display: none;
}

.designer_mid .page.show {
	display: block;
	visibility: visible;
}

.designer_mid h1 {
	font-size:1.4em;
}
.designer_mid h2 {
	font-size:1.2em;
}
.designer_mid h3 {
	font-size:1.1em;
	margin-top:10px;
	margin-bottom:5px;
	font-weight:400;
	width:100%;
	border-bottom: 1px solid #3f3f3f;
	color:#3f3f3f;
}

.designer_mid .zoomcontainer {
	position:relative;
	float:left;
	width:380px;
	margin-top:2px;
}

.designer_mid .zoom {
	position:absolute;
	top:0px;
	left:0px;
	width: 380px;
	overflow:hidden;
	display:block;
	z-index:10;
}

.designer_mid .passepartout-top {
	position:absolute;
	top:0px;
	left:0px;
	background: url('/media/gfx/ui/passepartout-top.png') no-repeat left top;
	width: 380px;
	height:10px;
	z-index:10000;
}

.designer_mid .passepartout-bottom {
	position:absolute;
	left:0px;
	background: url('/media/gfx/ui/passepartout-bottom.png') no-repeat left top;
	width: 380px;
	height:10px;
	z-index:100010;
}

.designer_mid .zoom_image {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}


.zoom_image img {
	position: absolute;
	top:0px;
	left:0px;
	z-index:2;
}

.designer_mid .zoom_text {
	position:absolute;
	width:360px;
	text-align:left;
	z-index:1005;
	left:0px;
	padding:5px 10px 5px 10px;
	background: url('/media/gfx/ui/50opac.png') repeat;
	font-size: 0.9em;

}

.designer_mid .zoom_title {
	position:absolute;
	z-index:10005;
	width:360px;
	top:0px;
	padding: 5px 10px 5px 10px;
	/*background: url('/media/gfx/ui/50opac.png') repeat;*/
	left:0px;
}

.designer_mid ul.inline_info {
    padding-top: 5px;
    clear: both;
    list-style-image: url('/media/gfx/ui/i.png');
    list-style-position: inside;
    font-style: italic;
}

.designer_mid ul.inline_info li ul {
    padding-top: 0px;
	margin-top: 0px;
    clear: both;
    list-style-type: disc;
    list-style-image: none;
    list-style-position: inside;
    font-style: italic;
}

.designer_mid ul.inline_info li {
    clear: both;
    margin-top: 20px;
    padding: 20px;
    background: #ccc;

}

.designer_mid ul.inline_info li ul li{
    clear: both;
    margin-top: 0px;
    padding: 0px;
    background: #ccc;

}

.absolute {
	position: absolute;
	top: 0px;
	left: 0px;
}

.noOverFlow {
	position: absolute;
	overflow:hidden;
	width:100%;
	height:100%;
}

.relative {
	position: relative;
	width: 100%;
	height: 100%;
}

.inputarea {
	position:relative;
	float:left;
    width: 100%;
}

.inputarea h4 {
	font-size:1.1em;
	margin-top:5px;
	color:white;
}

.shirt_preview {
	float: right;
	height: 600px;
}

.inputs {
	position:relative;
	float:left;
	display:block;
	width:100%;
	clear: both;
}

.inputs .label {
	display: block;
	float: left;
	cursor: pointer;
	
	overflow: hidden;
}

.inputs .label input  {
	display: none;
}

.inputs .checked {
	display: block;
	float: left;
	cursor: pointer;

}

.inputs DIV {
	display: block;
	float: left;
	cursor: pointer;
}

.inputs input.radio  {
	display: none;
	float:left;
}

.inputs span {
	font-size:0.8em;
	width:100%;
	display:block;
	margin: 0px 10px 0px 0px;
	text-align:center;
}

.img25 {width:25px;height:19px;}
.img40 {width:40px;height:40px;}
.img50 {width:50px;height:50px;}
.img60 {width:60px;height:45px;}
.img63 {width:40px;height:40px;margin:5px 12px 0px 11px;}
.img76 {width:40px;height:40px;margin:5px 18px 0px 18px;}
.img77 {width:58px;height:40px;margin:5px 9px 0px 9px;}
.img80 {width:80px;height:60px;}
.img90 {width:90px;height:68px;}
.img95 {width:80px;height:60px;margin:7px 8px 0px 8px;}
.img100 {width:100px;height:75px;}
.img120 {width:120px;height:90px;}
.img150 {width:150px;height:113px;}

.div25 {width:25px;}
.div40 {width:40px;}
.div50 {width:50px;}
.div60 {width:60px;}
.div63 {position:relative;float:left;width:63px;height:63px;margin:0px;}
.div76 {position:relative;float:left;width:76px;height:76px;margin:0px;}
.div77 {position:relative;float:left;width:76px;height:76px;margin:0px;}
.div80 {width:80px;}
.div90 {width:90px;margin:0px;}
.div95 {position:relative;float:left;width:95px;height:95px;margin:0px;}
.div100 {width:100px;}
.div120 {width:120px;}
.div124 {position:relative;float:left;width:126px;height:41px;margin:0px}
.div150 {width:150px;}

.div63.checked {
	background: transparent url('/media/gfx/ui/frame63.png') no-repeat left top;
}

.div76.checked, .div77.checked {
	background: transparent url('/media/gfx/ui/frame76.png') no-repeat left top;
}

.div95.checked {
	background: transparent url('/media/gfx/ui/frame95.png') no-repeat left top;
}

.div124.checked {
    background: transparent url('/media/gfx/ui/frame124low.png') no-repeat left top;
}

.boxtext {
    right: 0;
}

.div63 .boxtext {
	position:absolute;
	bottom:10px;
	width:49px;
	margin:0px 7px 0px 7px;
	text-align:center;
	font-size:0.8em;
	line-height:1.0;
}

.div76 .boxtext, .div77 .boxtext {
	position:absolute;
	bottom:10px;
	width:66px;
	margin:0px 7px 0px 7px;
	text-align:center;
	font-size:0.8em;
	line-height:1.0;
}

.div95 .boxtext {
	position:absolute;
	bottom:10px;
	width:70px;
        right: 2px;
	margin:2px 10px 0px 10px;
	text-align:center;
	font-size:0.8em;
	line-height:1.0;
}

.div124 .boxtext {
	position:absolute;
	bottom:10px;
	width:100%;
	margin:0;
	text-align:center;
	font-size:1.0em;
        font-weight: bold;
	line-height:1.0;
}

.div4x4 {width:95px;height:102px;position:relative;z-index:1}
.img4x4 {width:79px;height:59px;margin:5px 8px 0px 8px;}


.divtiextie {width:100px;height:155px;position:relative;margin:2px 2px 2px 2px;}
.imgtiextie {width:100px;height:125px;}
.divtiextie .boxtext {
	bottom:0px;
	width:100px;
	margin:0px 5px 0px 5px;
	text-align:center;
	font-size:0.8em;
	line-height:1.0;
}


.div3x3, .img3x3 {width:95px;height:95px;}

.inputs .div4x4 {padding:0px;margin-top:-5px;}

.div4x4.checked {
	background: transparent url('/media/gfx/ui/frame95.png') no-repeat left top;
	z-index:10000;
	overflow:visible;
}

.div4x4 .boxtext {
	bottom:17px;
	width:80px;
	margin:0px 5px 0px 5px;
	text-align:center;
	font-size:0.8em;
	line-height:1.0;
}

.superDropDown {
	position: relative;
	display: block;
	margin-top: 2px;
	height:18px;
}

.dropDownSelect {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}

.dropdownBorder {
	position: absolute;
	background-color: white;
	border: 1px solid #bbb;
}

.dropdownArrow {
	position: absolute;
	clip: rect(0px 16px 16px 0px);
	overflow: none;
	width: 16px;
	height: 32px;
	top: 1px;
	right: 1px;
}

.dropdownPreview {
	padding-left: 5px;
	overflow: hidden;
	height: 18px;
	white-space: nowrap;
	position: relative;
}

.dropdownNameOf {
	display: none;
	visibility: none;
	height: 0px;
	width: 0px;
}

.dropdown {
	position:relative;
	height:0px;
	display:none;
	border-top:1px solid #bbb;
	overflow: hidden;
}

.dropdown span {display:block;padding-left:5px;cursor:pointer;white-space:nowrap;z-index:2;background:#fff;width:100%;clear:both;}
.dropdown .even {background: #eed}
.dropdown .hover {background: #aaa}
.dropdown .disabled {color: #888;cursor:default;background:#f0f0f0}

.dropdown *.selected {
	color: white;
	background: #006;
	cursor:default;
}

.combobox_cover, .combobox_cover_disabled {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:18px;
	cursor:pointer;
	background-color:white;
	filter:alpha(opacity=0);
	opacity:0;
	z-index:3;
}

.combobox_cover_disabled {
	cursor:default;
	background-color:black;
	filter:alpha(opacity=30);
	opacity:0.3;
}

.loadingZoom {position:relative;z-index:2;width:100%;background-color:white;height:100%;left:0px;top:0px;text-shadow: 0px 0px 2px #fff;-moz-text-shadow: 0px 0px 2px #fff;}
.loadingZoom DIV {position:relative;width:100%;height:100%;text-align:center;font-size:14px;color:black;font-weight:900;background-color:white;}
.loadingZoom DIV IMG {position: absolute; width: 32px; height: 32px; top: 50%; left: 50%; margin-left:-16px; margin-top: -16px;}
.loading {
	z-index: 3;
}

#frmFabricBox {
	position:relative;
	float:left;
}

#frmFabric.inputs.scrolled {
	height:420px;
	overflow:auto;
	
}

.pagination {
	position:relative;
	clear:both;
	display:block;
	padding:5px 0px 0px 5px;
	font-size:0.9em;
}

.pagination .active {
	background: url('/media/gfx/ui/paginationmark.png') repeat-x top left;
}

#mainViews {
}
#mainViewOverlays{
	position:absolute;
	width:100%;
	height:600px;
	top:0px;
	left:0px;
}
#mainView_loading {
	position:absolute;z-index:3;width:100%;margin-top:-20px;left:0px;top:200px;
}
#mainView_loading DIV {position:relative;width:100%;padding-top:40px;text-align:center;font-size:28px;color:black;font-weight:900;}
.overlay_price {
	position:absolute;
	z-index:100;
	top: 10px;
	right: 10px;
	
	font-size:16px;
	font-weight:900;
}
.price {
	color:red;
	font-size:16px;
	font-weight:900;
}

.designerBottomButtons {
	position: absolute;
	width:420px;
	height:60px;
	top: 560px;
	left: 10px;
	z-index:10000;
}

.visualization_notice {
    margin: 0 0 20px 0;
    width: 100%;
    font-style: italic;
    font-size: 0.9em;
}

.disclaimer_notice {
    margin: 20px 0 0 0;
    font-size: 0.9em;
}

.smallBoxHalf {
	display: block;
	float: left;
	width: 185px;
	margin-right: 10px;
}

.dropdownContainer {
	display: block;
	float: left;
	height:20px;
}

#contrastFabrics_summary {
	top: -15px;
}

.ts_loading {
	position: absolute;
    z-index: 10;
    
    top:
    50%;
    
    margin-top:
    -16px;
    
    height:
    32px;
    
    left:
    50%;
    
    margin-left:
    -16px;
    
    width:
    32px;
    
    visibility:visible;
    
    display:block;
}

.monogramFix {
	display: block;
	width: 100%;
	clear: left;
	margin-bottom: 5px;
	padding: 0px;
}

.monogramFix H3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.scrollgrid {
    position:relative;
    width:385px;
    overflow:auto;
    padding-top:4px;
    margin-left:-5px;
    margin-right:0px;
}

.pagination {
    margin-top: 0;
    margin-bottom: 0;
}

#contrastFabricBox_frmSearchCollection,
#frmFabricBox_frmSearchCollection {
    margin-top: 5px;
    margin-bottom: 0;
}

#contrastFabricBox_frmSearchCollection div.label,
#frmFabricBox_frmSearchCollection div.label {
    display: table-cell;
    vertical-align: baseline;
}

#contrastFabricBox_frmSearchCollection .boxtext,
#frmFabricBox_frmSearchCollection .boxtext {
    display: inline;
    font-weight: normal;
    font-size: 10pt;
    padding-left: 24px;
    width: 85px; /* Note: language hack */
    right: 16px;
}

.c1101, .c1102, .c1103, .c1201 {
    background-position: 8px center;
    background-repeat: no-repeat;
}

.c1103 {
	background-position: 3px center;
}

.c1101 {
    top: 12px;
    height: 1.1em;
    background-image: url(/media/gfx/ui/choices/collections/classic_gray.png);
}

.checked .c1101 {
    background-image: url(/media/gfx/ui/choices/collections/classic_selected.png);
}

.c1102 {
    top: 12px;
    height: 1.1em;
    background-image: url(/media/gfx/ui/choices/collections/trendy_gray.png);
}

.checked .c1102 {
    background-image: url(/media/gfx/ui/choices/collections/trendy_selected.png);
}

.c1103 {
    background-image: url(/media/gfx/ui/choices/collections/contrast_gray.png);
}

.checked .c1103 {
    background-image: url(/media/gfx/ui/choices/collections/contrast_selected.png);
}

.c1201 {
    background-image: url(/media/gfx/ui/choices/collections/summer_gray.png);
}

.checked .c1201
{
    background-image: url(/media/gfx/ui/choices/collections/summer_selected.png);
}


#designer_panel {
    width:986px;
    position:relative;
    float:left;
    margin:0px;
    padding:0px;
}

#designer_panel .designer_panel_top {
/*    background-image: url(/media/gfx/ui/designer_panel_top.png);*/
    margin: 0 0 -9px 0;
    width: 986px;
    height: 53px;
}

#designer_panel .designer_panel_middle {
/*    background-image: url(/media/gfx/ui/designer_panel_middle.png);*/
    width: 986px;
    height: 753px;
}

#designer_panel .designer_panel_bottom {
    position: relative;
    float: left;
/*    background-image: url(/media/gfx/ui/designer_panel_bottom.png);*/
    width: 986px;
    height: 10px;
    margin-top: -13px;
    z-index: -1;
}

#designer_panel .contentbg-top-full {
}

#designer_panel .contentbg-mid-full {
}

#designer_panel .contentbg-bottom-full {
    margin-top: -12px;
}

#designer_panel .minicart {
    float: right;
    margin-top: 9px;
    margin-right: 4px;
}

.zoom_description {
       	background: url('/media/gfx/ui/50opac.png');
        position: absolute;
        top: 24px;
        padding: 5px;
        left: 0;
        z-index: 15;
        width: 380px;
        height: 17px;
        font-size: 12px;
        display: none;
}

.fabric_zoom {
    position:absolute;
    left:0px;
    top:0px;
	width: 378px;
	height: 210px;
	margin: 0px;
	padding: 0px;
    z-index:0;
    cursor: pointer;
}

.fabric_zoom IMG {
	position: absolute;
	bottom: 4px;
	right: 4px;
}

.fabric_zoom.contrast IMG {
	left: 19px;
}

.minifabricicon {
	position: absolute;
	margin-left: -12px;
	margin-bottom: 12px;
	width:40px;
	height:40px;
	border: 1px solid red;
}

.fabricStars {
	z-index: 0;
	display: block;
	position: absolute;
	left: 4px;
	top: 150px;
	margin: 0px;
	padding: 0px;
}

.fabricStars DIV {
	float: left;
}

#mainView_1, #mainView_2 {
	z-index: 1;
}


.price_tag {
	right: -44px;
	top: -15px;
	width: 161px;
	padding-left: 10px;
	padding-right:30px;
	padding-top: 14px;
	height: 88px;
	font-size: 16px;
	background-image: url('/media/gfx/ui/price_tag.png');
}

.price_tag .price {
	font-size: 24px;
}

.inkfrakt {
	font-size: 10px;
	font-style: italic;
	color: gray;
	line-height: 10px;
}

UL.vlist {
	width: 100%;
	padding: 10px 0;
	margin: 0;
	display: block;
	clear: both;
	position: relative;
	z-index: 1;

}
UL.vlist LI {
	float: left;
	display: inline-block;
	list-type: none;
	width: 25%;
}
UL.vlist LI A {
	display: block;
	background: url(/media/gfx/ui/fabrics_menu_sprite.png) 50% 0;
	height: 36px;
	padding: 6px 0 0;
	text-align: center;
	color: #000;
	font-weight: bold;
	text-shadow: #ddd 1px 1px 1px;
	
}

UL.vlist LI.active A {
	background-position: 50% 42px;
	color: #fff;
	text-shadow: #666 1px 1px 1px;
}

UL#fabricnav {
	top: -8px;
	position: relative;
	background: url(/media/gfx/ui/fabrics_menu_sprite.png) 50% 126px;
	height: 42px;
	clear: both;
	color: #fff;
}

UL#fabricnav LI A {
	color: #fff;
}

UL#fabricnav LI {
	float: left;
	
	height: 40px;
	width: 50%;
	list-style: none;
}

UL#fabricnav LI DIV {
	padding: 8px;
	text-shadow: #666 1px 1px 1px;
}

UL#fabricnav LI.r {
	text-align: right;
}

A.showall {
	padding-left: 10px;
}

DIV#fabricslist {
	clear: both;
	height: 350px;
	overflow: auto;
}

DIV.collectionthumb {
	float: left;
	width: 90px;
	height: 120px;
	text-align: center;
}

DIV.fabricthumb {
	float: left;
	width: 90px;
	height: 100px;
	text-align: center;
	white-space: normal;
	line-height: 1;
	font-size: 0.8em;
	cursor: pointer;
}

DIV.footer {
	clear:both;
}

DIV.container {
	width: 380px;
	height: 402px;
	overflow: hidden;
	position: absolute;
}

DIV.wrappr {
	height: 380px;
	position: absolute;
	overflow: hidden;
	left: 0px;
	white-space: nowrap;
}

DIV.fabricslist {
	width: 380px;
	height: 380px;
	float: left;
	overflow: hidden;
}

DIV.load {
	background: url(/media/gfx/ui/loading-small.gif) #fff 50% left no-repeat;
	padding: 16px 32px;
	position: absolute;
	
}/*
 * General styling rules
 */

* {
	/** Original Trebuchet stack */
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;

}


html {
	margin-left: -1px;
	overflow: scroll;
	color: black;
}

table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

img a {
	border: 0;
}

a:link, .link {
	color:#990000;
	cursor: pointer;
}
a:visited {
	color:#990000;
}
.link {
	text-decoration: underline;
}

.creditcards a:link {
	color: #fff;
}
.creditcards a:visited {
	color: #fff;
}

.bottomlinks a:link {
	color: #fff;
}
.bottomlinks a:visited {
	color: #fff;
}


.click {
	cursor: pointer;
}


body {
	text-align: center; /* IE6 */
	font-size: 9pt;
	background-image: url('/media/gfx/ui/bg4.jpg');

}

p {
	margin-top:10px;
	margin-bottom:10px;
	line-height:1.7;
}

b {
	font-weight: 900;
}

.left75 ul, .left75 ol, .right25 ul, .right25 ol, .mid-area ul, .mid-area ol, #content-area ul, #content-area ol {
	margin-left: 14px;
	margin-bottom: 10px;
}

#content-area {
	z-index: 2;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:900;
	color: #333;
	/*text-transform: uppercase;*/
}

h1 {font-size:1.5em;text-transform:none }
h2 {font-size:1.2em; }
h3 {font-size:1.0em;}

.wrapper {
	width: 990px;
	margin-left: auto; /* IE6 */
	margin-right: auto; /* IE6 */
	text-align: left;
}

.top {
	position:relative;
	float:left;
	width: 990px;
	overflow:visible;
	z-index:5;

}

.topspace {
	position:relative;
	float:left;
	width:990px;
	height:50px;
	overflow:visible;
	z-index:4;
}

.top img.logo {
	margin: 7px 0 0 10px;
	position:relative;
	float:left;
	z-index:3;
}

.flagframe {
	position:absolute;
	top:140px;
	left:-20px;
	width:20px;
}

.contentbg-top-full {
	position:relative;
	float:left;
	background: transparent url(/media/gfx/ui/contentbg_full.png) no-repeat left top;
	width:987px;
	height:11px;
}
.contentbg-mid-full {
	position:relative;
	float:left;
	background: transparent url(/media/gfx/ui/contentbg_full_mid.png) repeat-y 0px 0px;
	width:952px;
	padding-left:15px;
	padding-right:20px;
	z-index:1;
}
.contentbg-bottom-full {
	position:relative;
	float:left;
	background: transparent url(/media/gfx/ui/contentbg_full.png) no-repeat left bottom;
	width:987px;
	height:21px;
}

.left75 {
	position:relative;
	float:left;
	width:740px;
}
.right25 {
	position:relative;
	float:right;
	width:247px;
	overflow:visible;
}
.right75 {
	position:relative;
	float:right;
	overflow:visible;
	width:740px;
}
.left25 {
	position:relative;
	float:left;
	width:247px;
}

.left50 {
	position:relative;
	float:left;
	width:493px;
}
.right50 {
	position:relative;
	float:right;
	width:493px;
	overflow:visible;
}

.left33 {
	position:relative;
	float:left;
	width:327px;
}
.right67 {
	position:relative;
	float:right;
	width:660px;
	overflow:visible;
}

.contentbg-top-75 {
	position:relative;
	float:left;
	background: transparent url(/media/gfx/ui/contentbg_75.png) no-repeat left top;
	width:740px;
	height:11px;
	z-index:1;
}
.contentbg-mid-75 {
	position:relative;
	float:left;
	background: transparent url(/media/gfx/ui/contentbg_75_mid.png) repeat-y 0px 0px;
	width:705px;
	padding-left:15px;
	padding-right:20px;
	z-index:2;
}
.contentbg-bottom-75 {
	position:relative;
	float:left;
	background: transparent url(/media/gfx/ui/contentbg_75.png) no-repeat left bottom;
	width:740px;
	height:21px;
	z-index:1;
}

.contentbg-top-67 {
	position:relative;
	float:left;
	background: transparent url(/media/gfx/ui/contentbg_67.png) no-repeat left top;
	width:660px;
	height:11px;
	z-index:1;
}
.contentbg-mid-67 {
	position:relative;
	float:left;
	background: transparent url(/media/gfx/ui/contentbg_67_mid.png) repeat-y 0px 0px;
	width:625px;
	padding-left:15px;
	padding-right:20px;
	z-index:2;
}
.contentbg-bottom-67 {
	position:relative;
	float:left;
	background: transparent url(/media/gfx/ui/contentbg_67.png) no-repeat left bottom;
	width:660px;
	height:21px;
	z-index:1;
}

.contentbg-top-50 {
	position:relative;
	float:left;
	background: transparent url(/media/gfx/ui/contentbg_50.png) no-repeat left top;
	width:493px;
	height:11px;
	z-index:1;
}
.contentbg-mid-50 {
	position:relative;
	float:left;
	background: transparent url(/media/gfx/ui/contentbg_50_mid.png) repeat-y 0px 0px;
	width:458px;
	padding-left:15px;
	padding-right:20px;
	z-index:2;
}
.contentbg-bottom-50 {
	position:relative;
	float:left;
	background: transparent url(/media/gfx/ui/contentbg_50.png) no-repeat left bottom;
	width:493px;
	height:21px;
	z-index:1;
}

.contentbg-top-25 {
	position:relative;
	float:left;
	background: transparent url(/media/gfx/ui/contentbg_25.png) no-repeat left top;
	width:247px;
	height:11px;
	z-index:1;
}
.contentbg-mid-25 {
	position:relative;
	float:left;
	background: transparent url(/media/gfx/ui/contentbg_25_mid.png) repeat-y 0px 0px;
	width:212px;
	padding-left:15px;
	padding-right:20px;
	z-index:2;
}
.contentbg-bottom-25 {
	position:relative;
	float:left;
	background: transparent url(/media/gfx/ui/contentbg_25.png) no-repeat left bottom;
	width:247px;
	height:21px;
	z-index:1;
}

.contentbg-top-33 {
	position:relative;
	float:left;
	background: transparent url(/media/gfx/ui/contentbg_33.png) no-repeat left top;
	width:327px;
	height:11px;
	z-index:1;
}
.contentbg-mid-33 {
	position:relative;
	float:left;
	background: transparent url(/media/gfx/ui/contentbg_33_mid.png) repeat-y 0px 0px;
	width:292px;
	padding-left:15px;
	padding-right:20px;
	z-index:2;
}
.contentbg-bottom-33 {
	position:relative;
	float:left;
	background: transparent url(/media/gfx/ui/contentbg_33.png) no-repeat left bottom;
	width:327px;
	height:21px;
	z-index:1;
}

.polaroid8container {

	position:relative;
	float:left;
	width:990px;
	height: 510px;
	overflow:visible;
	margin-bottom:20px;
}

.polaroid8container a:link {
	text-decoration:none;
	color: black;
}
.polaroid8container a:visited {
	text-decoration:none;
	color: black;
}

.polaroid-straight {
	position:relative;
	float:left;
	width:235px;
	height:235px;
	background: url('/media/gfx/ui/polaroid_straight.png') no-repeat left top;
	margin:6px 6px 0px 6px;
	
}

.polaroid-cw {
	position:relative;
	float:left;
	width:249px;
	height:249px;
	margin:-1px -1px 0px -1px;
	background: url('/media/gfx/ui/polaroid_cw.png') no-repeat left top;


}

.polaroid-ccw {
	position:relative;
	float:left;
	width:249px;
	height:249px;
	margin:-1px -1px 0px -1px;
	background: url('/media/gfx/ui/polaroid_ccw.png') no-repeat left top;

}

.polaroid-straight .picture {
	position:absolute;
	left:17px;
	top:17px;
	width:195px;
	height:195px;
	overflow: hidden;
}

.polaroid-straight .price {
	color:#990000;
	font-weight:bold;
}

.polaroid-cw img.picture {
	position:absolute;
	left:18px;
	top:18px;
	width:207px;
	height:207px;
}

.polaroid-ccw img.picture {
	position:absolute;
	left:18px;
	top:18px;
	width:207px;
	height:207px;
}

.potext1 {
	font-weight:bold;
	position:absolute;
	left:17px;
	bottom:23px;
	padding:5px 10px 5px 10px;
	background: url('/media/gfx/ui/50opac.png');
	color:black;
	z-index:2;
	width:177px;
	line-height:1.0;
}

.potext2 {
	font-weight:bold;
	position:absolute;
	right:21px;
	top:17px;
	padding:5px 10px 5px 10px;
	background: url('/media/gfx/ui/50opac.png');
	color:black;
	z-index:2;
	text-align:right;
	width:177px;
}

.potext1 p {
	margin:0px;
	font-size:0.8em;
	line-height:1.4;
}
.potext1 h3 {
	margin:0px 0px 3px 0px;
	font-size:1.2em;
}

.potext2 p {
	margin:0px;
	font-size:0.8em;
	line-height:1.4;
}
.potext2 h3 {
	margin:0px 0px 3px 0px;
	font-size:1.2em;
}

.creditcards {

	position:absolute;
	left:480px;
	top:38px;
	width:500px;
	height:25px;
	text-align:right;
	font-size:0.9em;
	overflow:visible;
	color:white;

}

.creditcard {
	margin:28px -2px -4px 0px;
}

.login a {
	color: #777;
	font-size: 1em;
}

.login input {
	margin: 0 0 10px 20px;
	width: 120px;
	color: #777;
	font-style: italic;
	font-size: 0.8em;
}

/*
 *  Top navigation
 */

DIV#toptabs {
	position:absolute;
	z-index:2;
	overflow:visible;
	left:0px;
	top:0px;
	width:985px;
	height:35px;
}

DIV#toptabs TABLE {
	position:relative;
	float:right;
	margin-left:5px;
	outline:none;
}

DIV#toptabs TABLE.wide {
	width: 300px;
}
DIV#toptabs TABLE.mid {
	width: 220px;
}
DIV#toptabs TABLE.narrow {
	width: 200px;
}
DIV#toptabs TABLE .flag {
	margin: 0 5px -1px 0; /* trbl */
}

DIV#toptabs TABLE TD.left,
DIV#toptabs TABLE TD.right {
	padding: 0;
	background: url('/media/gfx/ui/toptab-sides.png') repeat-y left top;
	width:12px;
}

DIV#toptabs TABLE TD.right {
	background-position: right top;
}

DIV#toptabs TABLE TD.mid {
	padding: 3px 5px 0px 0px;
	background-color: #e9e9e9;
	height: 25px;
	font-size: 0.9em;
}

DIV#toptabs TABLE TD.title {
	cursor:pointer;
	text-align: center;
	font-size: 1.0em;
	text-shadow: #ccc 1px 1px 1px;
}
DIV#toptabs TABLE TD.body {
	border-top: 1px solid #ccc;
}

#cart_summary_node IMG {
	vertical-align: bottom;
	margin-bottom: 1px;
}

DIV#toptabs INPUT.right {
	float: right;
	text-align: left
}
 
DIV#toptabs TABLE TD.leftc,
DIV#toptabs TABLE TD.rightc {
	 background: url('/media/gfx/ui/toptab-corners.png') no-repeat left bottom;
	 width:12px;
	 height:14px;
}

DIV#toptabs TABLE TD.rightc {
	background-position: -38px -21px;
}

DIV#toptabs TABLE TD.bottom {
	 padding:0px 15px 0px 15px;
	 background: url('/media/gfx/ui/toptab-bottom.png') repeat-x 0px bottom;
	 height:14px;
	 vertical-align:top;
 }
 
 IMG#house {
	width:20px;height:21px;margin-top:-2px;
 }
 
 .toptabrow {
	 display: none;
 }

 .toptabrow-visible {
	 display:table-row;
 }

 .toptab-arrowcell {
	 background-color: #e9e9e9;
	 width:16px;
 }

 
 .toptabarrow {
	 background: url('/media/gfx/ui/toptab-arrows.png') no-repeat 0px 0px;
	 width:16px;
	 height:16px;
	 margin-top:3px;
 }

 .toptabarrowdown {
	 background: url('/media/gfx/ui/toptab-arrows.png') no-repeat -16px 0px;
	 width:16px;
	 height:16px;
	 margin-top:3px;
 }






.topnav {
	background-image: url('/media/gfx/ui/menubar.png');
	width: 980px;
	height: 58px;
	clear: both;
	margin-bottom: 0;
	text-transform: uppercase;
	padding-left:4px;
	padding-right:3px;
	z-index: 1;
}

.topnav ul {
	width: 977px;
}

.topnav li {
	margin-top: 8px;
	float: left;
	list-style: none;
	height:29px;
	overflow:hidden;
	padding-top:14px;
	cursor:pointer;
}

.topnav li img {
	margin-top:-10px;
}

.topnav a {
	color: #444;
	text-shadow: #eee 1px 1px 1px; 
	filter: opacity(alpha=90%);
	font-size: 1.15em;
	text-decoration: none;
	font-weight: 900;
	padding: 5px 10px 5px 10px;

}

.topnav li:hover {
	background-image: url('/media/gfx/ui/menubar_hover.png');
	color:white;
	text-shadow: #444 1px 1px 1px; 
	filter: opacity(alpha=90%);
}

.topnav li.selected {
	background-image: url('/media/gfx/ui/menubar_active.png');
	color:white;
	text-shadow: #444 1px 1px 1px; 
	filter: opacity(alpha=90%);
}

.topnav .selected a {
	color:white;
	text-shadow: #444 1px 1px 1px; 
	filter: opacity(alpha=90%);
}

.topnav .right {
	float: right;
}

/*
 *  Tab navigation
 */

.flownav {
	position:relative;
	float:left;
	margin:0px;
	margin-left:20px;
	margin-bottom:-3px;
	padding:0px;
	text-transform: uppercase;
	z-index:1;
	
}

.flownav ul {
	height: 47px;
}

.flownav li {
	height: 47px;
	list-style: none;
	float: left;
	font-weight: bolder;
	cursor:pointer;
	margin-left:-2px;
}

.flownav .left {
	position:relative;
	float:left;
	display:inline-block;
	background: url("/media/gfx/ui/tab_inactive.png") no-repeat top left;
	width:8px;
	height:47px;
}
.flownav .mid {
	position:relative;
	float:left;
	display:inline-block;
	background: url("/media/gfx/ui/tab_inactive_bg.png") repeat-x top left;
	height:47px;
}
.flownav .right {
	position:relative;
	float:left;
	display:inline-block;
	background: url("/media/gfx/ui/tab_inactive.png") no-repeat top right;
	width:9px;
	height:47px;
}

.flownav .active .left {
	background: url("/media/gfx/ui/tab_active.png") no-repeat top left;
}
.flownav .active .mid {
	background: url("/media/gfx/ui/tab_active_bg.png") repeat-x top left;
}
.flownav .active .right {
	background: url("/media/gfx/ui/tab_active.png") no-repeat top right;
}

.flownav a {
	position:relative;
	top: 18px;
	padding: 25px 10px 0px 7px;
	text-decoration: none;
	color: #333;
	text-shadow: #eee 1px 1px 1px;
	opacity: 0.9;
	filter: alpha(opacity=90%);
	font-weight:900;
	font-size: 1.05em;
}

.flownav .active a {
	color: #333;
	text-shadow: #aaa 1px 1px 1px;
	opacity: 0.9;
	filter: alpha(opacity=90%);
}

.bottomcolumn {
	position:relative;
	float:left;
	width:32%;
	padding-right:1%;
}

.bottomcolumn:last-child {
	width:33%;
	padding-right:0;
}

.bottomcolumn h4 {
	color:#888888;
	margin: 0;
	border-bottom: #AAA 1px dotted;
	padding-bottom: 4px;
}


.bottomcolumn p {
	font-size:0.8em;
	margin-left:4px;
}

.bottomcolumn ul {
	font-size:0.8em;
	margin-left:4px;
	margin-top:5px;
	margin-bottom:20px;
}

.bottomcolumn li {
	margin-bottom: 0.25em;
	list-style-type: none;
}

/*
 * Footer stuff
 */

.copy {
	font-size: 0.8em;
	color: white;
}

.footer {
	clear:both;
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 5px;
}

.footer a {
	color: #424242;
}

.footer a:hover {
	color: #8e0000;
}

FORM.registerform {
	display: block;
}

FORM.registerform LABEL {
	width: 150px;
	height: 22px;
	padding: 5px 0;
	float: left;
	display: block;
	clear: both;
}

FORM.registerform INPUT,
FORM.registerform SELECT,
FORM.registerform SPAN.error {
	float: left;
	display: block;
	border:1px solid #777;
	font-size:12px;
	padding:3px;
	margin:3px;
	font-family:"Trebuchet MS",Verdana, Arial, Sans-serif;
}


FORM.registerform .small {
	width: 100px;
}

FORM.registerform .mid {
	width: 180px;
}

FORM.registerform .long {
	width: 240px;
}

FORM.registerform TEXTAREA.long {
	width: 380px;
}

FORM.registerform INPUT.error,
FORM.registerform TEXTAREA.error {
	border: 3px solid red;
}

FORM.registerform SELECT.error {
	background-color:#ff595f;
}
FORM.registerform SPAN.error {
	color: #f00;
	font-weight: bold;
	border: none;
}
FORM.registerform SPAN.nl {
	margin-left: 150px;
	display: block;
}

FORM.registerform FIELDSET {
	border: none;
	padding: 0;
	margin: 0
}

FORM.registerform SPAN.required {
	color: #f00;
	font-size:16px;
	padding: 0 3px;
}

FORM.registerform INPUT.button {
	clear: both;
	margin-left: 150px;
}

form {
	font-size:1em;
}

fieldset {
	margin: 10px 0px 0px 0px;
	border: 1px solid #999;
	padding: 5px;
	padding-left:10px;
}

fieldset legend {
	padding: 5px;
	text-transform: uppercase;
	font-weight:bold;
	font-size:1.2em;
	color:#900;
}

fieldset p {
	
	margin-left:7px;
	
}

.field {
    width:100%;
    overflow:auto;
    margin:5px 0px;
}

.helplist {

	position:relative;
	float:left;
	width:960px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#eee;
	color:#555;
	padding-bottom:8px;

}

.helplist b {

	font-weight:900;

}

.helplistcontent h4 {

	font-size:1.2em;
	font-weight: 900;
	color:#555;

}

.helplistheader {

	position:relative;
	float:left;
	width:920px;
	border-bottom:1px solid #ccc;
	margin-bottom:8px;
	padding:8px;
	padding-left:32px;
	font-size:1em;
	background: #eee url(/media/gfx/ui/i.png) no-repeat 12px 8px;

}

.helplistcontent {

	position:relative;
	float:left;
	width:120px;
	padding-left:12px;
	color:#555;
	font-size:0.85em;
	
}

.helplistcontent p {

	margin-left:3px;
	margin-bottom:3px;
	line-height:1.3;

}

.helplistcontent a:link {	color:#777;}
.helplistcontent a:visited {	color:#777;}
.helplistcontent a:active {	color:#777;}

.bottomlinks {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	color:white;
}

.bottomcolumn a:link {
	color:#777777;
}

.bottomcolumn a:visited {
	color:#777777;
}

.maintitle {
	position:absolute;
	left:40px;
	top:15px;
	width:350px
}

.linkedmaintitle a {
	text-decoration: none;
	border-bottom:none;
}

.bright p, .bright h1 {
	color: white;
}

.maintitle h1 {
	font-size:2.5em;
	font-weight:900;
}

.maintitle .price {
	font-size:2.5em;
	font-weight:900;
	color:red;
}

.formfield {
	border:1px solid #777;
	font-size:12px;
	padding:3px;
	margin:3px;
	font-family:"Trebuchet MS",Verdana, Arial, Sans-serif;
}

#accounttab .pretext {
	color: #777;
	margin-bottom:7px;
}

#accounttab .subtext {
	clear: both;
	padding-top:15px;
	color: #777;
	margin-bottom:7px;
}

#accounttab .textfield {
	width:165px;margin-bottom:7px;
}

#accounttab .label {
	width:100%;
	font-weight: bold;
}

#accounttab .button {
	text-align: right;
}

#carttab .cart-contents {
	border-collapse: collapse;
	width: 100%;
	border: 0;
}

.cart-contents td, .cart-contents th {
	padding: 3px;
}

#carttab .pretext {
	margin: 7px 0 7px 0;
	font-weight: bold;
}

.price {
	color: #990000;
}

/*
 old stuff
 */
 .table-headcol {

	background-color:#f5efe6;
	font-size:14px;
	border-bottom:1px solid black;

}

.table-listcol-0 {

	background-color:white;
	border-bottom:1px dashed #999999;

}

.table-listcol-1 {

	background-color:#EEEEEE;
	border-bottom:1px dashed #999999;


}

.table-listcol-2 {

	background-color:#e3ddd5;
	border-bottom:1px dashed #999999;


}

.skubox {

	position:relative;
	float:left;
	width:136px;
	height:230px;
	padding:5px;
	margin:5px;
	border:1px solid #ddd;
}

.skubox .skutitle {
	position:absolute;
	left:8px;
	top:140px;
	width:132px;
	height:35px;
}

.skubox .skuprice {

	position:absolute;
	left:8px;
	top:175px;
	width:132px;
	height:55px;

}

.categories a:link {
	color:white;
}

.categories a:visited {
	color:white;
}


/* Stars (*****) */

.stars * {
	float: left;
}

.star-none, .star-quarter, .star-half, .star-threequarter, .star-full {
	background-image: url(/media/gfx/ui/star_sprite.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: left;
}
.fabricStars .star-none, .fabricStars .star-quarter, .fabricStars .star-half, .fabricStars .star-threequarter, .fabricStars .star-full {
	background-image: url(/media/gfx/ui/star_sprite_small.png);
	width: 10px;
	height: 10px;
}  

.star-none {
	background-position: 0px 0px;
}

.star-quarter {
	background-position: -16px 0px;
}

.star-half {
	background-position: -32px 0px;
}

.star-threequarter {
	background-position: -48px 0px;
}

.star-full {
	background-position: -64px 0px;
}

.fabricStars .star-none {
	background-position: 0px 0px;
}  
.fabricStars .star-quarter {
	background-position: -10px 0px;
}
.fabricStars .star-half{
	background-position: -20px 0px;
}
.fabricStars .star-threequarter{
	background-position: -30px 0px;
}
.fabricStars .star-full {
	background-position: -40px 0px;
} 

.star-hidden {
	filter: alpha(opacity=20);
	opacity: 0.2;
}

/* Pagination */

.pagination .info {
    float: left;
    font-size: 14px;
    padding: 5px;
    height: 31px;
}

.pagination .next, .pagination .prev, .pagination .next_inactive, .pagination .prev_inactive {
	width:31px;height:31px;background-image:url('/media/gfx/ui/fabric_pagination.png');
	float: left;
}

.pagination .next, .pagination .prev {
	cursor:pointer;
}

.pagination .next {
	background-position: 31px 0;
}

.pagination .next_inactive {
	background-position: -31px 0;
}

.pagination .prev {
	background-position: 62px 0;
}

.socialButton {
	width: 16px;
	height: 16px;
}

.contenttitle {
	position:relative;
	float:left;
	width:956px;
	height:165px;
	margin-top:3px;
	margin-bottom:10px;
}

 
.rightinfobox {
	position:relative;
	float:right;
	width:380px;
	padding:5px;
	border:1px solid #ccc;
	margin:5px -4px 10px 10px;
}

.popup1 {
	position:absolute;
	width:305px;
	height:155px;
	background: url('/media/gfx/ui/popup1.png') no-repeat;
	padding:15px 30px 30px 15px;
	z-index: 10;
	color: #fff;
}

.popup2 {
	position:absolute;
	width:405px;
	height:255px;
	background: url('/media/gfx/ui/popup2.png') no-repeat;
	padding:15px 30px 30px 15px;
	z-index: 10;
}

.popup1 *, .popup2 * {
	color:#fff;
}

.popup1 .close, .popup2 .close {
	cursor: pointer;
	color:#fff;
	position: absolute;
	right: 30px;
	top:10px;
	overflow: hidden;
	width: 20px;
	height: 20px;
	display: block;
	text-indent: -3000em;
}


.popup1 .pu_content {
	position:relative;
	float:left;
	width:230px;
}

.popup2 .pu_content {
	position:relative;
	float:left;
	width:330px;
}

.popup1 .pu_buttons {
	position:absolute;
	left:13px;
	top:142px;
	width:306px;
	height:30px;
	text-align:right;
}
.popup2 .pu_buttons {
	position:absolute;
	left:13px;
	top:242px;
	width:406px;
	height:30px;
	text-align:right;
}


.pu_warning {
	position:relative;
	float:left;
	background: url('/media/gfx/ui/icons/warning.png') no-repeat;
	width:69px;
	height:67px;
	margin-right:5px;
}

.pu_info {
	position:relative;
	float:left;
	background: url('/media/gfx/ui/icons/info.png') no-repeat;
	width:69px;
	height:82px;
	margin-right:5px;
}

.trustedImage {
	position:absolute;
	left:910px;
	top:10px;
	margin:2px 0px -5px 0px;
}

.freeShippingBox {
	position:absolute;
	left:825px;
	top:235px;
	width:174px;
	height:90px;
}

.freeShippingBox.sv {
	background: url('/media/gfx/ui/freeshippingbg_sv.png') no-repeat;
}
.freeShippingBox.no {
	background: url('/media/gfx/ui/freeshippingbg_no.png') no-repeat;
}
.freeShippingBox.da {
	background: url('/media/gfx/ui/freeshippingbg_da.png') no-repeat;
}
.freeShippingBox.de {
	background: url('/media/gfx/ui/freeshippingbg_de.png') no-repeat;
}
.freeShippingBox.en {
	background: url('/media/gfx/ui/freeshippingbg_en.png') no-repeat;
}
.freeShippingBox.fr {
	background: url('/media/gfx/ui/freeshippingbg_fr.png') no-repeat;
}

.freeShippingText {
	position:absolute;
	left:14px;
	top:45px;
	width:130px;
	font-size:10px;
	color:white;
	text-align:center;
}

.freeShippingTextShadow {
	position:absolute;
	left:15px;
	top:46px;
	width:130px;
	font-size:10px;
	color:#600;
	text-align:center;
}

#uc2 {
	position: absolute;
	left: 180px;
	top: 29px;
	height: 33px;
	width: 640px;
	z-index: 3;
}

#chinos_star_new_sv {
	position: absolute;
	left: 287px;
	top: 47px;
}

#chinos_star_new_en {
	position: absolute;
	left: 267px;
	top: 47px;
}

#chinos_star_new_de {
	position: absolute;
	left: 305px;
	top: 47px;
}

#chinos_star_new_no {
	position: absolute;
	left: 307px;
	top: 47px;
}

#chinos_star_new_da {
	position: absolute;
	left: 320px;
	top: 47px;
}

#chinos_star_new_fr {
	position: absolute;
	left: 287px;
	top: 47px;
}

#navBar.hidden {
	display: none;
}

.untranslated {
	text-transform:uppercase;
	text-decoration: blink;
	color: red;
	font-weight: 900;
	background-color: yellow;
}
.button {
	position:relative;
	text-decoration:none;
	overflow:hidden;
	text-transform:uppercase;
	font-weight:bold;
	line-height:0.8em;
	margin:3px 0px 0px 0px;
	text-align:left;
	color:white;
	text-shadow: #511 1px 1px 1px; 
	display:inline-block;
	cursor:pointer;

}

.button:link {
	color:white;
}
.button:visited {
	color:white;
}

.button.form {
	border:0px;
}

.button.type1 {
	width:243px;
	height:43px;
	background: url('/media/gfx/ui/buttons.png') no-repeat 0px 0px;
	font-size:1.45em;
	padding:13px 0px 0px 13px;
}

.button.type1.form {
	width:254px;
	height:55px;
	padding:0px 0px 3px 13px;
}

.button.type1 .small {
	font-size:0.6em;
	text-transform:none;
}

.button.type2 {
	width:193px;
	height:43px;
	background: url('/media/gfx/ui/buttons.png') 0px -55px;
	font-size:1.45em;
	padding:13px 0px 0px 13px;
}

.button.type2.form {
	width:205px;
	height:55px;
	padding:0px 0px 3px 13px;
}

.button.type2 .small {
	font-size:0.6em;
	text-transform:none;
}

.button.type3 {
	width:152px;
	height:43px;
	background: url('/media/gfx/ui/buttons.png') 0px -110px;
	font-size:1.45em;
	padding:13px 0px 0px 13px;
}

.button.type3.form {
	width:166px;
	height:55px;
	padding:0px 0px 3px 13px;
}

.button.type3 .small {
	font-size:0.6em;
	text-transform:none;
}

.button.type4 {
	width:170px;
	height:32px;
	background: url('/media/gfx/ui/buttons.png') 0px -167px;
	font-size:1.25em;
	padding:14px 0px 0px 13px;
}

.button.type4.form {
	width:184px;
	height:46px;
	padding:0px 0px 5px 13px;
}

.button.type5 {
	width:143px;
	height:32px;
	background: url('/media/gfx/ui/buttons.png') 0px -215px;
	font-size:1.25em;
	padding:14px 0px 0px 41px;
}

.button.type5.form {
	width:184px;
	height:45px;
	padding:0px 0px 5px 38px;
}

.button.type6 {
	width:194px;
	height:26px;
	background: url('/media/gfx/ui/buttons.png') 0px -262px;
	font-size:0.95em;
	padding:9px 0px 0px 9px;
}

.button.type6.form {
	width:204px;
	height:33px;
	padding:0px 0px 5px 9px;
}

.button.type7 {
	width:120px;
	height:26px;
	background: url('/media/gfx/ui/buttons.png') 0px -297px;
	font-size:0.95em;
	padding:9px 0px 0px 13px;
}

.button.type7.form {
	width:134px;
	height:33px;
	padding:0px 0px 5px 9px;
}

.button.type8 {
	width:81px;
	height:26px;
	background: url('/media/gfx/ui/buttons.png') 0px -333px;
	font-size:0.95em;
	padding:9px 0px 0px 13px;
}

.button.type8.form {
	width:94px;
	height:33px;
	padding:0px 0px 5px 9px;
}

.button.type9 {
	width:104px;
	height:20px;
	background: url('/media/gfx/ui/buttons.png') -1px -369px;
	font-size:0.85em;
	padding:7px 0px 0px 9px;
}

.button.type9.form {
	width:113px;
	height:27px;
	padding:0px 0px 5px 9px;
}

.button.type10 {
	width:133px;
	height:20px;
	background: url('/media/gfx/ui/buttons.png') -114px -369px;
	font-size:0.85em;
	padding:7px 0px 0px 9px;
}

.button.type10.form {
	width:143px;
	height:27px;
	padding:0px 0px 5px 9px;
}

.button.plus {
	width:36px;
	height:34px;
	background: url('/media/gfx/ui/buttons.png') -93px -333px;
	font-size:0.95em;
}

.button.minus {
	width:36px;
	height:34px;
	background: url('/media/gfx/ui/buttons.png') -129px -333px;
}

.button.miniplus {
	width:22px;
	height:22px;
	background: url('/media/gfx/ui/buttons.png') -169px -333px;
}

.button.miniminus {
	width:22px;
	height:22px;
	background: url('/media/gfx/ui/buttons.png') -190px -333px;
}

.button.type11 {
	width:152px;
	height:36px;
	background: url('/media/gfx/ui/buttons.png') no-repeat 0px -396px;
	font-size:1.45em;
	padding:18px 0px 0px 13px;
}

.button.type11.form {
	width:165px;
	height:54px;
	padding:0px 0px 3px 13px;
}


.button.minicart {
	width:36px;
	height:34px;
	background: url('/media/gfx/ui/buttons.png') -165px -396px;
}

.button.minimag {
	width:36px;
	height:34px;
	background: url('/media/gfx/ui/buttons.png') -202px -396px;
}

.button.miniscissors {
	width:36px;
	height:34px;
	background: url('/media/gfx/ui/buttons.png') -165px -431px;
}

.button.miniscissorsgray {
	width:36px;
	height:34px;
	background: url('/media/gfx/ui/buttons.png') -202px -431px;
}

.button.type12 {
	width:140px;
	height:25px;
	background: url('/media/gfx/ui/buttons.png') 0px -450px;
	font-size:0.95em;
	padding:9px 0px 0px 13px;
}

.button.type12.form {
	width:154px;
	height:34px;
	padding:0px 0px 4px 13px;
}

.button.gofirst {
	width:53px;
	height:29px;
	background: url('/media/gfx/ui/buttons.png') 0px -484px;
}

.button.gofirst.gray {
	background: url('/media/gfx/ui/buttons.png') 0px -513px;
}

.button.goprev {
	width:53px;
	height:29px;
	background: url('/media/gfx/ui/buttons.png') -52px -484px;
}

.button.goprev.gray {
	background: url('/media/gfx/ui/buttons.png') -52px -513px;
}

.button.gonext {
	width:53px;
	height:29px;
	background: url('/media/gfx/ui/buttons.png') -104px -484px;

}

.button.gonext.gray {
	background: url('/media/gfx/ui/buttons.png') -104px -513px;
}


.button.golast {
	width:53px;
	height:29px;
	background: url('/media/gfx/ui/buttons.png') -157px -484px;
}

.button.golast.gray {
	background: url('/media/gfx/ui/buttons.png') -157px -513px;
}

.button.type13 {
	width:192px;
	height:20px;
	background: url('/media/gfx/ui/buttons.png') 0px -542px;
	font-size:0.85em;
	padding:7px 0px 0px 9px;
}

.button.type13.form {
	width:202px;
	height:27px;
	padding:0px 0px 5px 9px;
}

.button.type14 {
	width:242px;
	height:20px;
	background: url('/media/gfx/ui/buttons.png') 0px -569px;
	font-size:0.85em;
	padding:7px 0px 0px 9px;
}

.button.type14.form {
	width:252px;
	height:27px;
	padding:0px 0px 5px 9px;
}

.button.addtocart {
	width:178px;
	height:32px;
	background: url('/media/gfx/ui/buttons.png') 0px -596px;
	font-size:1.25em;
	padding:14px 0px 0px 35px;
}

.button.addtocart.form {
	width:214px;
	height:46px;
	padding:0px 0px 5px 35px;
}.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
.dd .ddTitle {
	background:#f2f2f2;
	border:1px solid #c3c3c3;
	padding:3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:16px;
}
.dd .ddTitle span.arrow {
	background:url(/media/gfx/ui/dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:16px;}
.dd .ddTitle span.textTitle img{text-align:left; padding:3px 2px 0 0}
.dd .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background:#ccc;
}
.dd .ddChild a img {
	border:0;
	padding:3px 2px 0 0;
	/*vertical-align:middle;*/
}
.dd .ddChild a.selected {
	background:#eee;
	
}
.hidden {display:none;}.popupMaster {
    position: absolute;
    left: 0px;
    top: 0px;
    background: transparent;
    z-index: 8;
}

.popupMasterBG {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #111;
    z-index: 1;
    opacity: 0.6;
    filter: "alpha(opacity=60)";
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.popupTitle {
    width: 100%;
    display: none;
    border-bottom: 1px dotted #333;
}

.popupButtons {
    width: 100%;
    display: block;
    border-bottom: 1px dotted #333;
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-align: right;
}

.popup {
    background-color: #fff;
    font-size: 9pt;
    color: #333;
	padding: 9px;
    border: 3px solid #999;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
}