/** reset.css **/
/* http://meyerweb.com/eric/tools/css/reset/    v2.0b1 | 201101    NOTE: WORK IN PROGRESS   USE WITH CAUTION AND TEST WITH ABANDON */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,b, u, i, center,dl, dt, dd, th, td,fieldset, form, label, legend,table, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}nav ol, nav ul, ul.breadcrumb, footer ul {	list-style: none;}nav ul, nav li, footer li, footer ul {    margin: 0;    padding: 0;    border: 0;    outline: 0;}ul.breadcrumb {    margin-left:0px;    padding-left:0px;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}/* remember to define visible focus styles! :focus {	outline: ?????;} *//* remember to highlight inserts somehow! */ins {	text-decoration: none;}del {	text-decoration: line-through;}table {	border-collapse: collapse;	border-spacing: 0;}
/** wrapper.css **/
/* Wrapper */body { font: 14px/1.5 'lucida sans unicode', 'lucida grande', sans-serif; color: #444; background: #F2F1ED; }.fix { height: 80px; }.savings-bar {	width: 100%;	position: fixed;	z-index: 20000;	font-size: 12px;	overflow: auto;	background-color: #F9ECAF;	background-image: -webkit-gradient(linear, left top, left bottom, from(#F9ECAF), to(#FFFFFF)); /* Saf4+, Chrome */	background-image: -webkit-linear-gradient(top, #F9ECAF, #FFFFFF); /* Chrome 10+, Saf5.1+, iOS 5+ */	background-image:    -moz-linear-gradient(top, #F9ECAF, #FFFFFF); /* FF3.6 */	background-image:     -ms-linear-gradient(top, #F9ECAF, #FFFFFF); /* IE10 */	background-image:      -o-linear-gradient(top, #F9ECAF, #FFFFFF); /* Opera 11.10+ */	background-image:         linear-gradient(top, #F9ECAF, #FFFFFF);	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F9ECAF', EndColorStr='#FFFFFF'); /* IE6-IE9 */}.savings-bar a { color: #444; }.savings-bar a.add { margin: 5px 0 0 0; text-indent: -9999px; float: left; display: block; width: 23px; height: 23px; background: url(../images/wrapper/pluss.png) no-repeat; }.savings-bar a.question { margin: 5px 0 0 0; text-indent: -9999px; float: left; display: block; width: 23px; height: 23px; background: url(../images/wrapper/question.png) no-repeat; }.savings-bar .content { margin: 0 auto; width: 960px; }.savings-bar .column1 { float: left; width: 380px; padding: 10px 0 10px 0; background: url(../images/wrapper/hr-rule.png) no-repeat 372px center; }.savings-bar .column2 { float: left; width: 380px; padding: 10px 0 10px 0; }.savings-bar .column3 { float: left; width: 200px; }.savings-bar .column3  p { color: #6e5400; font-size: 11px; line-height: 1.2; }.savings-bar .column3  p span { display: inline-block; width: 60px; text-align: right; }.savings-bar .column3  p strong { font-weight: bold; }.savings-bar .column1 p,.savings-bar .column2 p { float: left; padding: 0 10px; }header { margin: 0 auto; width: 960px; }header .column1 { float: left; width: 252px; }header .logo { clear:both;float:left; }header .logo img { margin: 0 0 10px 0; }header .account { font-size: 18px; line-height: 1; font-family: 'Rokkitt'; text-align: center; color: #A3B9CC; padding: 10px 0; }header .account .name { font-size: 26px; }header .account a { color: #A3B9CC; text-decoration: none; }header .account a:hover { color: #0B1F67; text-decoration: underline; }header .logo img { display: block; }header .row1 { display: inline; float: left; margin: 20px 0 20px 40px; width: 668px; }header .row1 .button {         min-height:42px;	font-size: 18px; line-height: 1; font-family: 'Rokkitt'; text-decoration: none; text-align: center; color: #0B1F67;	float: left; display: inline-block; padding: 10px 20px; border: 2px solid #FFF; background: #FFF;	-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;    	-moz-box-shadow:inset 0 0 15px #CBCBCB; -webkit-box-shadow:inset 0 0 15px #CBCBCB; box-shadow:inset 0 0 15px #CBCBCB;        margin:0 10px 0 0; }header .row1 img { margin-top:4px;margin-bottom:-2px; }header .row1 a.button:hover { background: #F9ECAF; }header .row1 .button span { font-weight: bold;font-size:16pt; }header .row2 { display: inline; float: left; margin: 0 0 0 40px; width: 668px; }header #search { float: left; }header #search label { display: block; font-size: 20px; line-height: 1; font-family: 'Rokkitt'; color: #0B1F67; }header #search #search-term {        height:18px;	font-size: 16px; line-height: 1; color: #444;	float: left; margin: 0; padding: 8px; width: 200px; border: 1px solid #BBB; border-right: none; background: #FFF;	-moz-box-shadow: inset 0 0 15px #CBCBCB; -webkit-box-shadow: inset 0 0 15px #CBCBCB; box-shadow: inset 0 0 15px #CBCBCB;}header #search #search-button { float: left; border: 1px solid #BBB; border-left: none; background: url(../images/wrapper/search-button.png) no-repeat; }header #search p { clear: both; font-size: 20px; line-height: 1; font-family: 'Rokkitt'; color: #0B1F67; }header .close-out-button { float: left; margin: 0 10px 0 20px;}header .close-out-button * { -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}header .view-catalog-button { float: left; margin: 0 10px 0 0; }header .view-catalog-button * { -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}header .cart-button {	display: inline-block; float: left; padding: 0 30px 0 0; border: 2px solid #FFF; background: #FFF;	font-size: 18px; line-height: 1; font-family: 'Rokkitt'; text-decoration: none; text-align: left; color: #4B6622;	text-shadow: 0 1px 0 #a4e2a2;	background: url(../images/wrapper/cart-button.png) right center no-repeat;	-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;        margin-right:-100px;}header a:hover.cart-button { color: #FFF; text-shadow: none; }header .cart-button .inner { display: block; padding: 13px 0 13px 70px; background: url(../images/wrapper/cart-button.png) left center no-repeat;	-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}header .cart-button .number { font-size: 60px; float: left; position: relative; top: -5px; }header .cart-button .cart { font-size: 28px; }/* Main Nav */nav.main { float: left; width: 100%; border-top: 1px solid #FFF; border-bottom: 1px solid #667FC4;	background-color: #A3B9CC;	background-image: -webkit-gradient(linear, left top, left bottom, from(#CFD6E5), to(#A3B9CC)); /* Saf4+, Chrome */	background-image: -webkit-linear-gradient(top, #CFD6E5, #A3B9CC); /* Chrome 10+, Saf5.1+, iOS 5+ */	background-image:    -moz-linear-gradient(top, #CFD6E5, #A3B9CC); /* FF3.6 */	background-image:     -ms-linear-gradient(top, #CFD6E5, #A3B9CC); /* IE10 */	background-image:      -o-linear-gradient(top, #CFD6E5, #A3B9CC); /* Opera 11.10+ */	background-image:         linear-gradient(top, #CFD6E5, #A3B9CC);	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#CFD6E5', EndColorStr='#A3B9CC'); /* IE6-IE9 */}nav.main ul { margin: 0 auto; width: 960px; }nav.main ul li { float: left; padding-left: 2px; background: url(../images/wrapper/virtical-rule.png) no-repeat left center; }nav.main > ul > li:first-child { padding-left: 0; background: none; }nav.main a { font: bold 13px/1.3 'lucida sans unicode', 'lucida grande', sans-serif; text-decoration: none; text-shadow: 0 1px 0 #FFF; color: #0B1F67; display: block; padding: 15px 10px; }nav.main a:hover,nav.main li:hover > a { background-color: #F9ECAF; }nav.main li.selected a { background-color: #CFD6E5; }/* Main Nav Dropdown */nav.main ul li div {     z-index: 10000; position: absolute; left: -999em;     padding: 5px; width: auto; border: 2px solid #FFFFFF; border-top: none;    width:960px;	background-color: #F9ECAF;	background-image: -webkit-gradient(linear, left top, left bottom, from(#F9ECAF), to(#FFFFFF)); /* Saf4+, Chrome */	background-image: -webkit-linear-gradient(top, #F9ECAF, #FFFFFF); /* Chrome 10+, Saf5.1+, iOS 5+ */	background-image:    -moz-linear-gradient(top, #F9ECAF, #FFFFFF); /* FF3.6 */	background-image:     -ms-linear-gradient(top, #F9ECAF, #FFFFFF); /* IE10 */	background-image:      -o-linear-gradient(top, #F9ECAF, #FFFFFF); /* Opera 11.10+ */	background-image:         linear-gradient(top, #F9ECAF, #FFFFFF);	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F9ECAF', EndColorStr='#FFFFFF'); /* IE6-IE9 */	-webkit-box-shadow: 0px 5px 10px #777;	   -moz-box-shadow: 0px 5px 10px #777;	        box-shadow: 0px 5px 10px #777;}nav.main ul ul li a { font-weight: normal; font-size: 12px; text-shadow: none; display: block; padding: 3px 10px; }nav.main ul ul li a:hover { background-color: #CFD6E5; } nav.main ul li ul.categoryproducts {    float:left;    width:239px;    background-image:none !important;    border:0px;    border-right:1px dashed #ccc;    }nav.main ul li ul.categoryproducts:last-child {    border-right:none;}nav.main ul li ul.categoryproducts li {    background:none;}nav.main ul li ul.categoryproducts li {    width:239px;}nav.main ul li ul.categoryproducts li.wide1 {    width:940px;}nav.main ul ul li.hnavsc a {    font-size:101%;    font-weight:bold !important;}nav.main ul li ul.categoryproducts li.wide1 a {    width:936px;}.hnavscc span {    margin-left:8px;    font-style:italic;    font-size:90%;}article { overflow: hidden; clear: both; margin: 0 auto; padding: 20px 0; width: 960px; }footer { color: #CFD6E5; float: left; width: 100%; background: url(../images/wrapper/horizontal-rule.png) repeat-x #A3B9CC;}footer .content { margin: 0 auto;  width: 960px; }footer .columns { float: left; padding: 40px 0; }footer .column1 {    color: #0B1F67;    float: left;    padding-right: 2em;    width: 440px;}footer .column1 p { margin-bottom:0.50em; }footer .column2 { display: inline; float: left; margin: 0 40px 0 0; width: 330px; }footer .column3 { float: left; padding: 0 0 0 20px; width: 215px; background: url(../images/wrapper/virtical-rule.png) repeat-y left; }footer .column4 { float: left; padding: 0 0 0 20px; width: 215px; background: url(../images/wrapper/virtical-rule.png) repeat-y left; }footer li a { font-size: 22px; font-family: 'Rokkitt'; text-decoration: none; color: #0B1F67; }footer li a:hover { text-decoration: underline; } footer small { font-size: 12px; font-family: 'Rokkitt'; text-align: right; float: right; padding: 20px 0; width: 770px; background: url(../images/wrapper/footer-rule.png) no-repeat; }/* Global Classes */.gray-button,.green-button { font: 14px/1 'Rokkitt'; text-decoration: none;	display: inline-block; padding: 4px 9px; border: 1px solid #BBB;	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}.gray-button { background: #CBCBCB; text-shadow: 0 1px 0 #FFF; color: #666; }:hover.gray-button { background: #BBB; }.green-button { background: #8BC53F; text-shadow: 0 1px 0 #999; color: #FFF; }:hover.green-button { background: #75A635; }/* Form Global */input.text,form input.password { font-size: 12px; color: #333; padding: 4px; margin: 0 0 10px 0; border: 1px solid #BBB; background: #FFF; -moz-box-shadow: inset 0 0 15px #CBCBCB; -webkit-box-shadow: inset 0 0 15px #CBCBCB; box-shadow: inset 0 0 15px #CBCBCB; }select { font-size: 16px; color: #333; margin: 0 0 10px 0; }/*Tool Tip */.tooltip {	display:none;	background:transparent url(../images/wrapper/black_arrow.png);	font-size:12px;	height:70px;	width:160px;	padding:25px;	color:#fff;	}
/** content.css **/
/* Home Page */.slideshow .slides { float: left; padding: 0 10px; width: 800px; height: 300px; }.slideshow .slide { position: absolute; }.slideshow a.back { float: left; text-indent: -9999px; display: block; width: 70px; height: 300px; background: url(../images/wrapper/left-arrow.png) center right no-repeat; }.slideshow a.next { float: left; text-indent: -9999px; display: block; width: 70px; height: 300px; background: url(../images/wrapper/right-arrow.png) center left no-repeat; }.slideshow a:hover.back { background-position-x: 30px; }.slideshow a:hover.next { background-position-x: -80px; }/* Cart */.breadcrumb { text-shadow: 0 1px 0 #FFF; color: #666; float: left; margin: 0 0 20px 0; }.breadcrumb li { font-size: 16px; line-height: 1; font-family: 'Rokkitt'; color: #333; float: left; margin-left: -25px; padding: 24px 35px 24px 45px; background: url(../images/cart/breadcrumb.gif) no-repeat left center; }.breadcrumb li:first-child { margin-left: 0; }.breadcrumb li.selected { text-shadow: 0 1px 0 #999; color: #FFF; background: url(../images/cart/breadcrumb-selected.gif) no-repeat left center; }.mcafee-logo { float: right; }.cart-nav { text-align: right; clear: both; }table { font-size: 16px; font-family: 'Rokkitt'; text-align: center; width: 100%; }table.cart caption { font-size: 22px; text-align: left; margin: 0 0 10px 0; }table.cart thead tr { background: #667FC4; }table.cart thead th { color: #FFF; padding: 10px; }table.cart tbody tr { border: 3px solid #F2F1ED; background: #E5E5E5; }table.cart tbody td { padding: 10px; }table.cart th.name,table.cart td.name { text-align: left; }table.cart input.text { text-align: center; margin: 0; }table.cart .remove { font-size: 12px; }table.cart .option { font-size: 14px; margin: 0 0 0 20px; }table.cart .option span { color: #CC3300; }div.coupon-code { margin: 0 0 10px 0; padding: 5px 20px; background: #667FC4; }div.coupon-code label { font-size: 14px; font-family: 'Rokkitt'; color: #FFF; }div.coupon-code  input.text { margin: 0; }div.coupon-code span.spacer { display:inline-block;width:130px;}div.coupon-code.no-margin {    margin:0px;    }.order-total { font-size: 14px; line-height: 1; font-family: 'Rokkitt'; clear: both; float: right; padding: 10px 0 20px 0; }.order-total div.label { float: left;  }.order-total h2 { font-size: 16px; }.order-total h3 { font-size: 44px; float: right; padding-left: 10px; }#shipping-info {    border-collapse:separate;    width:600px;margin:1em auto;background:#fff;border:1px solid black;    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}#shipping-info td {    border-bottom:1px dashed #ccc;    border-right:1px dashed #ccc;}#shipping-info td:last-child {    border-right:0px dashed #ccc;}/* Login Form*/#login { clear: both; float: left; margin: 0 20px 0 0; padding: 10px 20px; width: 310px; border: 1px solid #FFF; background: #CBCBCB; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }#login h2 { font-size: 22px; font-family: 'Rokkitt'; }#login h3 { font-size: 18px; font-family: 'Rokkitt'; }#login p {	font-size: 14px; font-family: 'Rokkitt'; margin: 0 0 10px 0; }#login label { display: block; font-size: 16px; line-height: 1; font-family: 'Rokkitt'; color: #FFF; }#login input.text,#login input.password { width: 300px; }#login input.checkbox { font-size: 16px; }#login div.checkbox label { display: inline; }#login .submit input { font-size: 16px; }#login a { color: #999; }#login a:hover { color: #333; }#login div.remember { margin: 0 0 10px 0; }#login .remember label { display: inline; }/* Register Form */#register { float: left; padding: 10px 20px; width: 540px; border: 1px solid #FFF; background: #CBCBCB; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }#register h2 { font-size: 22px; font-family: 'Rokkitt'; }#register h3 { font-size: 18px; font-family: 'Rokkitt'; }#register p {	margin: 0 0 10px 0; font-size: 14px; font-family: 'Rokkitt'; }#register label { display: block; font-size: 16px; line-height: 1; font-family: 'Rokkitt'; color: #FFF; }#register fieldset { display: block; margin: 10px 0; padding: 20px; background: #BBB; }#register input.text,#register input.password { width: 255px; }#register .zip-code input.text { width: 5em; }#register .phone input.text { width: 10em; }#register .alt-phone input.text { width: 10em; }#register div.password,#register div.first-name,#register div.state,#register .phone  { float: left; margin: 0 10px 0 0; }#register div.same { margin: 0 0 10px 0; }#register .same label { display: inline; }/* Payment Form*/#payment, #payment-final { padding:0; }#payment h2, #payment-final h2 { font-size: 22px; font-family: 'Rokkitt'; }#payment p, #payment-final p {	margin: 0 0 10px 0; font-size: 14px; font-family: 'Rokkitt'; }#payment .column1 { float: left; width: 455px; margin-right:33px; padding:8px; height:775px; border: 1px solid #FFF; background: #CBCBCB; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }#payment .column2 { float: left; position:relative;width: 435px; margin-right:-5px; padding:8px; height:775px;border: 1px solid #FFF; background: #CBCBCB; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }#payment fieldset { display: block; margin: 10px 0; padding: 20px; background: #BBB; }.column-uno { width: 943px; margin-right:10px; padding:8px; border: 1px solid #FFF; background: #CBCBCB; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; margin-bottom:0.50em; }.column-uno:last-child { margin-bottom:0px; }#payment label { display: block; font-size: 16px; line-height: 1; font-family: 'Rokkitt'; }#payment div.ship-detail { background: #fff; }#payment div.ship-detail:first-of-type {-webkit-border-top-left-radius: 10px;-webkit-border-top-right-radius: 10px;-moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;}#payment div.ship-detail:last-of-type {-webkit-border-bottom-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;-moz-border-radius-bottomright: 10px;-moz-border-radius-bottomleft: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}#payment div.ship-detail.total { border-top:1px #667FC4 dashed }#payment div.ship-detail label.title { display:inline-block;text-align:right;width:800px;border-bottom:1px dotted #ddd;line-height:2em;}#payment div.ship-detail label.sum { display:inline-block;text-align:right;width:90px;border-bottom:1px dotted #ddd;line-height:2em;}#payment div.ship-detail label.percent { display:inline-block;text-align:right;width:90px;border-bottom:1px dotted #ddd;line-height:2em;}#payment div.ship-detail label.total { font-weight:bold;}#payment input.text,#payment input.password { width: 255px; }#payment div.radios { margin: 0 0 10px 0; }#payment div.radio label { display: inline; }#payment div.checkbox label { display: inline; }#payment div.checkbox { margin: 0 0 10px 0; }#payment .zip-code input.text { width: 7em; }#payment div.state { float: left; margin: 0 10px 0 0; }#payment .onfile-address { display: inline-block; margin: 0 0 10px 0; padding: 10px 20px; width:389px; border: 1px solid #FFF; background: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }#payment .onfile-address p { font-size: 16px; line-height: 1; font-family: 'Rokkitt'; padding: 10px 20px; }#payment .order-summery  { clear: both; float: right; padding: 40px 0; }#payment .order-summery span.label { display: inline-block; width: 200px; }#payment .order-summery span.value { display: inline-block; width: 200px; text-align: right; }#payment .order-summery h2 span.value { font-size: 44px; }/* Confirmation Form */#confirmation .address,#confirmation .card-info { float: left; display: inline-block; margin: 20px 0; padding: 10px 20px; border: 1px solid #FFF; background: #CBCBCB; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }#confirmation .card-info { float: right; }#confirmation .address p,#confirmation .card-info p { font-size: 16px; line-height: 1; font-family: 'Rokkitt'; padding: 10px 20px; }#confirmation .card-info p span { text-align: right; display: inline-block; padding: 0 1em 0 0; width: 120px; }/* Product List */.product-grid { margin: 0 20px; }.product-grid h1 { font-size: 26px; font-family: 'Rokkitt'; margin: 0 0 0 20px; clear: both; }.product-grid a.back { float: left; text-indent: -9999px; display: block; margin-left: -20px; width: 35px; height: 200px; background: url(../images/wrapper/left-arrow.png) center right no-repeat; }.product-grid a.next { float: left; text-indent: -9999px; display: block; margin-right: -20px; width: 35px; height: 200px; background: url(../images/wrapper/right-arrow.png) center left no-repeat; }.product-grid a:hover.back { background-position-x: 5px; }.product-grid a:hover.next { background-position-x: -90px; }.product-grid .row { clear: both; }a.product-thumbnail { text-decoration: none; color: #444; display: block; float: left; padding: 20px; width: 182px; }a.product-thumbnail img { border: 1px solid #E5E5E5; width: 180px; height: 180px; }a:hover.JRCproduct-thumbnail img { position: absolute; border: 1px solid #CCC; /*margin:-90px 0 0 -90px;*/  width: 360px; height: 360px; }a.product-thumbnail h2 { font-size: 20px; line-height: 1.2; }a.product-thumbnail h3 { font-size: 12px; } a.product-thumbnail p { font-size: 10px; }/* Product Page */.image-viewer { float: left; width: 390px; }.image-viewer img.view { float: left; border: 1px solid #E5E5E5; }.image-viewer .nav { clear: both;  }.image-viewer .nav a { display: inline; float: left; margin: 5px 5px 0 0; border: 1px solid #E5E5E5; }.image-viewer .nav a:hover { border: 1px solid #CCC; }.image-viewer .nav a.selected { border: 1px solid #999; }.image-viewer .nav img { float: left; }.product-info { position:relative;color: #4D4D4D; float: left; width: 570px; min-height:407px;margin-bottom:1.00em; }.product-info .gray-button { margin: 0 0 10px 0; }.product-info  h1 { font-weight: bold; font-size: 20px; padding: 10px 0 0 0; background: url(../images/wrapper/horizontal-rule.png) repeat-x;clear:both;}.product-info  h2 { font-size: 12px; margin: 0 0 1em 0; }.product-info  p { font-size: 14px; margin: 0 0 1em 0; }.product-info  ul { font-size: 14px; margin: 0 0 1em 0; list-style: disc; }.product-info  li { margin: 0 0 0 1.3em; }.reminder { text-shadow: 0 1px 0 #FFF; color: #666; margin: 20px 0; padding: 5px 10px 5px 90px; border: 1px solid #FFF; background: url(../images/wrapper/reminder-icon.png) no-repeat 15px center #CBCBCB; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }.reminder h6 { font-size: 16px; font-family: 'Rokkitt'; text-transform: uppercase; }.reminder p { font-size: 12px; margin: 0; }.price-chart { font: 14px/1 'lucida sans unicode', 'lucida grande', sans-serif; text-align: center; margin: 0 0 20px 0; width: 100%; }.price-chart caption { font-size: 20px; font-family: 'Rokkitt'; text-transform: uppercase; color: #A3B9CC; }.price-chart thead { font-size: 20px; font-family: 'Rokkitt'; text-transform: uppercase; color: #FFF;	background-color: #A3B9CC;	background-image: -webkit-gradient(linear, left top, left bottom, from(#CFD6E5), to(#A3B9CC)); /* Saf4+, Chrome */	background-image: -webkit-linear-gradient(top, #CFD6E5, #A3B9CC); /* Chrome 10+, Saf5.1+, iOS 5+ */	background-image:    -moz-linear-gradient(top, #CFD6E5, #A3B9CC); /* FF3.6 */	background-image:     -ms-linear-gradient(top, #CFD6E5, #A3B9CC); /* IE10 */	background-image:      -o-linear-gradient(top, #CFD6E5, #A3B9CC); /* Opera 11.10+ */	background-image:         linear-gradient(top, #CFD6E5, #A3B9CC);	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#CFD6E5', EndColorStr='#A3B9CC'); /* IE6-IE9 */}.price-chart th { padding: 5px 0; border-top: 1px solid #FFF; border-bottom: 1px solid #BBB;  }.price-chart tbody { background-color: #FFF; }.price-chart tbody td { padding: 5px 0;	}.price-chart tr td:first-child, .price-chart tr th:first-child { text-align:left; }.price-chart tr td:last-child, .price-chart tr th:last-child { text-align:right; }.price-chart tbody tr:nth-child(even) { background-color: #CBCBCB; }.price-chart tfoot td { padding: 10px 0; font-size: 16px; font-family: 'Rokkitt'; text-align: center; }.price-chart tfoot a { color: #777; }/* Product Buider */.product-builder { padding: 20px; border-top: 2px solid #999; border-bottom: 2px solid #999; background: #FFF; }.product-builder table { text-align: center; width: 100%; }.product-builder table th { font-size: 20px; font-family: 'Rokkitt'; }.product-builder table td { width: 25%; }.product-builder #quantity { text-align: center; }.product-builder .add-to-cart { position: absolute; }.product-builder .add-to-cart a { position: relative; left: 900px; }#imprint-builder h3 { font-size: 20px; font-family: 'Rokkitt'; text-align: center; color: #726658; }#imprint-builder .nav { clear: both; text-align: right; }.imprint-selector { display: inline; float: left; margin: 0 200px 10px 200px; padding: 10px 10px 30px 10px; width: 540px; border: 1px solid #DDD; background: #F9ECAF; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }.imprint-selector div { text-align: center; position: relative; float: left; padding: 10px; width: 160px; }.imprint-selector div.column2 { width: 158px; border-right: 1px solid #4B6622; border-left: 1px solid #4B6622; }.imprint-selector a { font-size: 26px; line-height: 1; font-family: 'Rokkitt'; color: #4B6622; }.imprint-selector a:hover { color: #333; cursor: pointer; }.imprint-selector a span { display: block; font-size: 16px; line-height: 1; }.imprint-selector a.question { text-indent: -9999px; display: block; position: absolute; top: 90px; width: 21px; height: 22px; background: url(../images/wrapper/question-yellpw.png); }.imprint { font-family: 'Rokkitt'; color: #726658; float: left; margin: 0 0 10px 0; padding: 10px; width: 900px; border: 1px solid #DDD; background: #F9ECAF; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }.imprint .remove { float: right; }.imprint h4 { font-size: 20px; }.imprint h4 span { font-size: 30px; color: #4B6622; }.imprint label { display: block; }.imprint .column1 { float: left; margin: 0 20px; width: 270px; }.imprint .column2 { float: left; margin: 0 20px;  width: 240px; }.imprint .column3 { float: left; margin: 0 20px;  width: 270px; }.imprint a.question { text-indent: -9999px; display: inline-block; width: 21px; height: 22px; background: url(../images/wrapper/question-yellpw.png); }.color-picker, .personal-color-picker { width: 513px; margin:0 auto; }.color-picker .color, .personal-color-picker .color, .color-picker .spcolor { float: left; margin: 0 7px 7px 0; width: 32px; height: 32px; border: 2px solid #aaa; }.color-picker a:hover.color, .personal-color-picker a:hover.color { border: 2px solid #999; }.color-picker a:hover.selected, .personal-color-picker a:hover.selected { border: 2px solid #00ff00; }.color-picker .selected, .personal-color-picker .selected { border: 2px solid #00ff00; }table.price { font-size: 18px; line-height: 1; font-family: 'Rokkitt'; text-align: right; }table.price small { font-size: 75%; }table.price sup { font-size: 60%; vertical-align: super; }table.price td { padding: 0 2px; }table.price td.extra { color: #8BC53F; }table.price td.saved { font-size: 11px; color: #CC3300; text-align: left; }table.price td.total { font-size: 34px; }.alt-product { overflow: hidden; clear:both; margin-bottom:1em; padding: 10px 0; overflow: hidden; border-bottom: 1px solid #CCC; }.alt-product img { width: 144px; border: 1px solid #333; }.alt-product label { font-size: 10px; }.alt-product input.text { display: block; width: 120px; }.alt-product .alt-item { float: left; padding: 0; margin:0;margin:3px; }.alt-product .group { font-size:100%; font-weight:bold; width:140px; }.alt-item h3 { font-weight:bold; color:#1B3F97; font-size:120%; }.alt-item h6 { font-weight:normal; color:#444; font-size:90%;text-align:center;border-bottom:1px dotted #ccc; }.alt-item p.small { font-family:courier;font-size:8pt; }#size-color, select.item-option {    width:400px;}
/** alterations.css **/
* {    outline: none !important;}.float-anchor {   clear:both;   width:1px;   height:1px;   margin-top:549px;   }.clearfix:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}.clearall:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;} .clearfix {}.autoheight { height:auto !important;} html[xmlns] .clearfix {	display: block;} * html .clearfix {	height: 1%;}#orderStatus, #orderStatus option {    line-height:27px;    height:27px;}#keywords {    color:#F2F1ED;}#category-desc, #callout {    border:1px solid #8399AC;    background:#B3C9EC;    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;    padding:8px;    margin-bottom:1em;}#category-desc b, #category-desc strong, #callout b, #callout strong {    font-weight:bold;}div.callout img {    margin:11px;}.greentint {    background:#ddffdd !important;    border:1px solid #007700;}#folder-club-notice {    display:none;    color:#007700;}#hnvacdiscounts {    padding-left:0px;    background-image:none;}#hnvacdiscounts a {    background:url('../images/wrapper/discount-button.png') -17px -6px;    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;    padding:8px 12px 8px 36px;    margin:6px 0 2px 0;    color: #fff;    text-shadow:none;    box-shadow: 0 0 1px #3B6612;}#tagDialog div {    border:1px solid #999;    margin-bottom:3px;    padding:12px;    background:#fff;}#tagDialog div:hover {    background:#A3B9CC;}div.product-tags {    text-align:right;    clear:right;    margin-bottom:0.70em;}div.product-tags span {    color:#aaa;}a.product-tag {    display:inline-block;    padding:3px 7px;    font-size:0.90em;    border:1px solid #e7e7e7;    background:#eee;    color:#888;    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }a.product-tag:hover {    background:#fff;    border:1px solid #0B1F67;    color:#0B1F67;}#categoryList {    border:1px solid #999;}#categoryList th {    background:#3B5998;    color:#fff;    border-bottom:1px solid #666;    border-right:1px solid #999;    font-weight:bold;}#categoryList td {    border-right:1px solid #999;}#categoryList tr:hover {    background:#A3B9CC;}#categoryAddDialog div.data-row, #categoryEditDialog div.data-row, #categoryCreateDialog div.data-row {    padding:5px 0;    border-bottom:1px solid #ddd;}#categoryAddDialog div.data-row label, #categoryEditDialog div.data-row label, #categoryCreateDialog div.data-row label {    width:135px;    text-align:right;    display:inline-block;}div.data-row:last-child {    border-bottom:0px !important;}#categoryCreateDialog div.data-row label {    width:165px;}.remove-sub-cat {    cursor:pointer;}#relatedList {    border:1px solid #999;}#relatedList th {    background:#3B5998;    color:#fff;    border-bottom:1px solid #666;    border-right:1px solid #999;    font-weight:bold;}#relatedList td {    border-right:1px solid #999;}#relatedList tr:hover {    background:#A3B9CC;}#filter {    text-align:right;}div.related-product-panel {    background:#0B1F67;    -webkit-border-radius: 10px;    -moz-border-radius: 10px;    border-radius: 10px;    margin-bottom:1em;}div.related-product-panel h3:first-child {    color:#fff;    font-weight:bold;    padding:6px 0 6px 22px;    font-size:16px;    font-family: 'Rokkitt';}#related-products-similar-product, #related-products-often-purchased-with {        position:relative;    border:1px solid #0B1F67;    overflow-x:auto;    overflow-y:hidden;    width:958px;    background:#aaa;    padding:8px 0 0 0;    box-shadow:inset 0 0 10px #555;    margin:0 0 -6px 0;    -webkit-border-bottom-right-radius: 10px;    -webkit-border-bottom-left-radius: 10px;    -moz-border-radius-bottomright: 10px;    -moz-border-radius-bottomleft: 10px;    border-bottom-right-radius: 10px;    border-bottom-left-radius: 10px;    }#related-products-similar-product div.discount-grid, #related-products-often-purchased-with div.discount-grid {    position:relative;}#related-products-similar-product div.discount-grid div.displaybox, #related-products-often-purchased-with div.discount-grid div.displaybox {    box-shadow: 0 0 5px #777;}#related-products-similar-product div.discount-grid div.displaybox,  #related-products-often-purchased-with div.discount-grid div.displaybox {    min-height:240px;}#discounts div.discount-info {    margin-top:0.45em;    padding-top:0.45em;    border-top:2px dotted #aaa;}#discounts div.discount-info h3 { font-weight:bold; text-indent:20px; background:url('../images/save.png') no-repeat;}#discounts p.ccode {    text-align:right;}#discounts div.display-row {    }div.discount {    clear:both;}div.discount-grid div.displaybox a {    color:#333;    text-decoration:none;}div.discount-grid div.displaybox h2 {    font-weight:bold;    white-space:nowrap;    overflow:hidden;}div.discount-grid div.displaybox p {    font-size:8pt;}div.discount-grid div.displaybox {    float:left;    width:179px;    min-height:270px;    padding:1em;    border:1px solid #aaa;    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;    background:#fff;    margin:8px;    box-shadow:0 0 1em #aaa;}#discounts div.displaybox {    width:189px;}div.discount-grid div.displaybox div.image {    text-align:center;    background:#fff;    width:176px;    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}#discounts div.discount-grid div.displaybox div.image {    width:185px;}div.discount-grid div.displaybox img {    width:180px;    margin:0 auto;}div.socials {    float:right;    text-align:right;    position:relative;    top:-5px;}div.socials img {    vertical-align:middle;    position:relative;    top:-1px;}div.fb-like {    vertical-align:middle;}.pan-error {    padding:4px;    border:solid 1px #a70000;    background:#fff3f3;    color:#a70000 !important;    -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;    margin-top:4px;}#imprint-list-table {    background:#fff;    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;    border:1px solid #eee;}#imprint-list-table td {    text-align:left;    padding:4px;    border-bottom:1px dashed #aaa;}#imprint-list-table strong {    font-weight:bold;}#imprint-list-table img.remove-imprint {    cursor:pointer;}#imprint-list-table tr.odd {    background:#ebf5ff;}.imprint-item-notice {    text-align:left;    background:#e6ffe1;    color:#115b02;}.imprint-item-error {    text-align:left;    background:#ffe5e5;    color:#a70000;}div.imprint-item-error {    padding:6px 6px 6px 48px;    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;    background:#ffe5e5 url('../images/issue.png') 8px 50% no-repeat;    max-width:390px;    font-size:0.90em;}p.dialog-total {    float:left;    line-height:51px;    font-size:26px;    font-weight:bold;    color:#0B1F67;}#orderinstructions {    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;    width:100%;    resize: none; }#tissue_guide div {    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;    border:1px solid #93A9BC;    background:#A3B9CC;    padding:1em;}#tissue_guide div p {    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;    border:1px solid #93A9BC;    background:#ffffff;    margin:-1em -1em 1em -1em;    padding:1em;}#tissue_guide table th {    font-weight:bold;}#tissue_guide table th, #tissue_guide table td {    text-align:left;}#ribbon_guide div {    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;    border:1px solid #93A9BC;    background:#A3B9CC;    padding:1em;}#ribbon_guide div p {    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;    border:1px solid #93A9BC;    background:#ffffff;    margin:-1em -1em 1em -1em;    padding:1em;}#ribbon_guide table th {    font-weight:bold;}#ribbon_guide table th, #ribbon_guide table td {    text-align:left;}img.cart-stamp-preview {    max-height:110px;    margin-left:-1em;    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}td.numeric, th.numeric {    text-align:right;}#existingdie {    width:605px;    height:155px;}#dietab-1 {    background:#eee;    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;    padding:1em 0 1em 0;    border:1px solid #aaa;    }#imageDlg ul {    list-style:none;    margin:0;    padding:0;}#imageDlg ul li {    float:left;}#imageDlg ul li img.imageaction {    position:absolute;float:left;margin:4px;cursor:pointer;}#imageDlg ul li img.productimage {    max-width:100px;    max-height:100px;    border:2px solid transparent;}#imageDlg ul li:first-child img.productimage {    border:2px solid gold;} #curtain {    position:fixed;    top:0px;    bottom:0px;    left:0px;    right:0px;    background:#fff;    z-index:999;    display:none;}#social {    position:fixed;    width:340px;    right:-300px;    top:24px;    z-index:999;}#social div {    background-repeat:no-repeat;    background-position:10px 50%;    -webkit-border-top-left-radius: 10px;    -webkit-border-bottom-left-radius: 10px;    -moz-border-radius-topleft: 10px;    -moz-border-radius-bottomleft: 10px;    border-top-left-radius: 10px;    border-bottom-left-radius: 10px;    font-weight:bold;    padding-left:42px;    color:#fff;    line-height:32px;    min-height:32px;    margin-bottom:8px;    cursor:pointer;    -moz-box-shadow: 0px 0px 5px rgba(68,68,68,0.6);    -webkit-box-shadow: 0px 0px 5px rgba(68,68,68,0.6);    box-shadow: 0px 0px 5px rgba(68,68,68,0.6);	}#social div.twitter {    background-image:url('../images/icons/glyphicons_321_twitter_t.png');    background-color:#19A3FF;        }#social div.facebook {    background-image:url('../images/icons/glyphicons_320_facebook.png');    background-color:#3B5998;}div.anchor {    zwidth:1px;    height:1px;    clear:both;    border-top:1px solid blue;}#cart-add {    display:none;}#designer .ui-dialog-content { overflow:hidden;}#designerInfo .green-button {    padding:0.25em;    font-size:2em;    min-width:165px;    text-align:center;}#designerInfo h2 {    font: 3.0em 'Rokkitt';    text-align:center;    font-weight: bold;    color:#308aa1;}#designerInfo p.center {    text-align:center;    font-size:1.5em;}/* This is the moving lens square underneath the mouse pointer. */.cloud-zoom-lens {	border: 4px solid #888;	margin:-4px;	/* Set this to minus the border thickness. */	background-color:#fff;		cursor:move;		}/* This is for the title text. */.cloud-zoom-title {	font-family:Arial, Helvetica, sans-serif;	position:absolute !important;	background-color:#000;	color:#fff;	padding:3px;	width:100%;	text-align:center;		font-weight:bold;	font-size:10px;	top:0px;}/* This is the zoom window. */.cloud-zoom-big {	border:4px solid #ccc;	overflow:hidden;}/* This is the loading message. */.cloud-zoom-loading {	color:white;		background:#222;	padding:3px;	border:1px solid #000;}td.amount {    text-align:right;}#imprint-builders {    display:none;}.imprint-option {    display:none;}#item-saved {    display:none;}.breadcrumb a {    color:#333;    text-decoration:none;}.warning {    color:#a00000;    font-size:0.90em;    font-weight:bold;}.is-invalid {    border:1px solid #FF9999 !important;    background-color:#FFE0E0 !important;    color:#661100 !important;}div.image {    height:180px;    width:180px;}#imprint-builder {    display:none;}input:-webkit-autofill {    background-color:#ffffff !important;}article h1 {    font-size:120%;    font-weight:bold;}#payment .order-summery, #payment-final .order-summery {    float:none;    bottom:0px;    position:absolute;    bottom:10px;    right:10px;    left:10px;    padding:0.25em 0.25em 0.25em 1em;    background:#fff;    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}#payment-final .order-summary {    background:#fff;    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;    padding:1em;    text-align:right;}#payment-final .total {    font-weight:bold;}#PaymentFinal    {         clear:both;    margin:0 auto;    width: 716px;     padding:8px; height:780px; border: 1px solid #FFF; background: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }#giftcard {    }.floatright {    float:right;}.white-button { font: 14px/1 'Rokkitt'; text-decoration: none;	display: inline-block; padding: 4px 9px; border: 1px solid #BBB; color: #000;	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}.white-button { background: #fff; text-shadow: 0 1px 0 #FFF; color: #000; }.white-button:hover { background: #eee; }.whitepanel { float: left; padding:0.75em 0 0 2px; margin-bottom:1em;width: 689px; background:#F2F1ED; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }.whitepanel h2 { font-size: 22px; font-family: 'Rokkitt'; }.whitepanel h3 { font-size: 18px; font-family: 'Rokkitt'; }.whitepanel p {	margin: 0 0 0 0; font-size: 14px; font-family: 'Rokkitt'; }.whitepanel label { display: block; font-size: 16px; line-height: 1; font-family: 'Rokkitt'; color: #FFF; }.whitepanel fieldset { display: block; margin: 10px 0; padding: 20px; background: #BBB; }.whitepanel input.text,.whitepanel input.password { width: 255px; }.filled {    background:white;}.gray {    background:#ccc;}.green {    background:#88bb33}.green p {    color:white;    font-weight:bold;    font-size:1.50em;    }.orange {    background:#ff8822;}.orange:hover {    background:#ff7711;}.orange p {    color:white;    font-weight:bold;    font-size:1.50em;    }.puffy {    padding:10px 20px;    width:649px;}.whitepanel.wide a.green-button {    display:block;    font-weight:bold;    text-align:center;    }.shady {    box-shadow: 0px 1px 5px -3px #002288;}.fullwidth {    margin-left:4px;    width:890px;}.imprintcount {    text-align:left;}#paginggrid {    border: 1px solid #aaa; background: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}#paginggrid tr.pagingheaderrow th {    padding:0px;    text-align:left;}#paginggrid th a, #paginggrid th span.unsortable {    display:block;    line-height:2em;    background:#444;    color:#fff;    text-decoration:none;    padding:0 12px;}#paginggrid th a:hover {    background:#fff;    color:#444;}#paginggrid th.firstheading a {    -webkit-border-top-left-radius: 10px;    -moz-border-radius-topleft: 10px;    border-top-left-radius: 10px;}#paginggrid th.lastheading, #paginggrid th.lastheading * {    -webkit-border-top-right-radius: 10px;    -moz-border-radius-topright: 10px;    border-top-right-radius: 10px;}#paginggrid a.onebyone {    display:none;}#paginggrid tr.pagingrow1 {    background:#eee;}#paginggrid tr.pagingrow0 {    background:#CBCBCB;}#paginggrid .clickablerow {    cursor:pointer;}#paginggrid .clickablerow:hover {    background:#8BC53F;}#paginggrid td {    padding:0.35em;    font-size:1.25em;    vertical-align:middle;}#paginggrid p {    margin-top:1.00em;    text-align:center;}table.pagingnav span.currentpage { font: 14px/1 'Rokkitt'; text-decoration: none;	display: inline-block; padding: 4px 9px; border: 1px solid transparent; color: #000;	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}table.pagingnav {    margin:0 auto;    width:auto;    font-size:0.80em;    margin-bottom:0.75em;}table.pagingnav a.buttondisabled {    background:transparent;    color:#ddd;    cursor:default;    text-decoration:none;}nav.usermenu {        display:inline-block;    border:0px;    background:transparent;    margin:0 0 0.25em 50px;    text-align:left;}nav.usermenu ul {    display:inline-block;    width:auto;    margin:0px;}nav.usermenu ul li {    float:left;}nav.usermenu li a {    color:#A3B9CC;    padding:4px 4px;    font-weight:normal;}nav.usermenu li:hover, nav.usermenu li a:hover {    background-color:transparent;}nav.usermenu li p {    padding:4px 4px;}nav.adminmenu {    margin-left:5px;}nav.usermenu ul li {    background:url('../images/wrapper/virtical-rule-small.png') no-repeat 0 50%;}nav.usermenu ul li:first-child {    background:transparent;}nav.nav.adminmenu ul li ul li {    font-size:2em;}/* Account Form*/#account { clear: both; float: left; margin: 0 20px 0 0; padding: 10px 20px; width: 200px; border: 1px solid #FFF; background: #CBCBCB; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }#account h2 { font-size: 22px; font-family: 'Rokkitt'; }#account h3 { font-size: 18px; font-family: 'Rokkitt'; }#account p {	font-size: 14px; font-family: 'Rokkitt'; margin: 0 0 10px 0; }#account label { display: block; font-size: 16px; line-height: 1; font-family: 'Rokkitt'; color: #FFF; }#account input.text,#account input.password { width: 300px; }#account input.checkbox { font-size: 16px; }#account div.checkbox label { display: inline; }#account .submit input { font-size: 16px; }#account a { color: #999; }#account a:hover { color: #333; }#account div.remember { margin: 0 0 10px 0; }#account .remember label { display: inline; }#account .white-button {    color:#555;    width:183px;    line-height:2em;}#account-input { float: left; padding: 10px 20px; width: 650px;min-height:90px; border: 1px solid #FFF; background: #CBCBCB; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }#account-input h2 { font-size: 22px; font-family: 'Rokkitt'; }#account-input h3 { font-size: 18px; font-family: 'Rokkitt'; }#account-input p {	margin: 0 0 10px 0; font-size: 14px; font-family: 'Rokkitt'; }#account-input label { display: block; font-size: 16px; line-height: 1; font-family: 'Rokkitt'; color: #FFF;text-shadow:#444 1px 0 0.2em }#account-input fieldset { display: block; margin: 10px 0; padding: 20px; background: #BBB; }#account-input input.text,#account-input input.password { width: 255px; }#account-input .zip-code input.text { width: 5em; }#account-input .phone input.text { width: 10em; }#account-input .alt-phone input.text { width: 10em; }#account-input div.password,#account-input div.first-name,#account-input div.state,#account-input .phone  { float: left; margin: 0 10px 0 0; }#account-input div.same { margin: 0 0 10px 0; }#account-input .same label { display: inline; }#coupon-input { float: left; padding: 10px 20px; width: 650px; border: 1px solid #FFF; background: #CBCBCB; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }#coupon-input h2 { font-size: 22px; font-family: 'Rokkitt'; }#coupon-input h3 { font-size: 18px; font-family: 'Rokkitt'; }#coupon-input p {	margin: 0 0 10px 0; font-size: 14px; font-family: 'Rokkitt'; }#coupon-input label { display: block; font-size: 16px; line-height: 1; font-family: 'Rokkitt'; color:#007700;text-shadow:#888 0em 0em 0.2em }#coupon-input fieldset { display: block; margin: 10px 0; padding: 20px; background: #BBB; }#discount-products ul { list-style:none; margin:0;padding:0;}#discount-products ul li { background:#fff;line-height:2.0em;border:1px solid #008800;-webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;padding:0 1em 0 0.25em;margin-bottom:0.25em; }#discount-products ul li a { position:relative;top:-2px; }#discount-items ul { list-style:none; margin:0;padding:0;}#discount-items ul li { background:#fff;line-height:2.0em;border:1px solid #008800;-webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;padding:0 1em 0 0.25em;margin-bottom:0.25em; }#discount-items ul li a { position:relative;top:-2px; }#discount-items ul li span {  }#plist, #ilist { width:620px; }div.submit {    text-align:right;}.big-button {    cursor:pointer;    display:inline-block;    text-align:center;    height:42px;    line-height:42px;    padding:0 1.50em;    border:0px;    vertical-align:middle;}.item-editor {        display:none;    z-index:9999;    position:absolute;padding: 10px 20px; width: 300px; border: 1px solid #FFF; background: #CBCBCB;     -webkit-border-radius: 10px;     -moz-border-radius: 10px;     border-radius: 10px;    box-shadow: 0px 0px 15px -8px #777;}.item-editor h3 {    font-weight:bold;}.item-editor label {        display:inline-block;    width:110px;    text-align:right;    margin-right:4px;    }.product-item-edit {    cursor:pointer;}.parent-close {    float:right;    cursor:pointer;}.parent-remove {    position:relative;    top:3px;    cursor:pointer;}.numeric {    text-align:right;}#shadow {    display:none;    position:absolute;    top:0;    left:0;    right:0;    height:10000px;    background:#333;    opacity:0.6;    filter:alpha(opacity=60);    }.hidden {    display:none;}div.errors ul li {    color:#a00000;    list-style:circle;    margin-left:1em;}.theme-default #slider {    margin:0px auto 3em auto;    width:800px; /* Make sure your images are the same size */    height:350px; /* Make sure your images are the same size */    }/*====================*//*=== Form Styles ===*//*====================*/.basic-grey {    margin-right: auto;    margin-left: auto;    background: #F3F3F3;    padding: 20px 30px 20px 30px;    text-shadow: 1px 1px 1px #FFF;    border:1px solid #DADADA;    border-radius:6px;    box-shadow:0 0 1em #E2E1DD;}.basic-grey h1 {    font: 25px Georgia, "Times New Roman", Times, serif;    padding: 0px 0px 10px 40px;    display: block;    border-bottom: 1px solid #DADADA;    margin: -10px -30px 30px -30px;    color: #888;}.basic-grey h1>span {    display: block;    font-size:0.70em;}.basic-grey label {    display: block;    margin:0px 0px 10px 0;}.basic-grey label>span {    float: left;    width: 24%;    text-align: right;    padding-right: 10px;    margin-top: 3px;    padding-top:4px;}.basic-grey label>span.inline {    float:none;    width:auto;    display:inline-block;    text-align: right;    padding-right: 10px;    margin-top: 10px;    color: #888;}.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea,.basic-grey select{    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;    border: 1px solid #DADADA;    height: 24px;    margin-right: 6px;    margin-top: 2px;    outline: 0 none;    padding: 3px 3px 3px 5px;    width: 70%;    font: normal 12px/12px Georgia, "Times New Roman", Times, serif;   }.basic-grey select {    background: #FFF url('../images/down-arrow.png') no-repeat 100% 56%;    appearance:none;    -webkit-appearance:none;     -moz-appearance: none;    text-indent: 0.01px;    text-overflow: '';    width: 72%;    margin:0;    margin-top:2px;     -moz-box-sizing: border-box;    -webkit-box-sizing: border-box;    box-sizing: border-box;}.basic-grey select {    height:32px;    line-height:22px;    }@-moz-document url-prefix() {    .basic-grey select {        padding-top:8px;    }}.basic-grey textarea{    height:100px;}.basic-grey .button {    background: #88bb33;    border: none;    padding: 10px 25px 10px 25px;    color: #FFF;}.basic-grey .button:hover {    background: #99cc44;    cursor:pointer;}.basic-grey div {    margin-left:24%;    padding:4px 2px 2px 11px;}.basic-grey div.error {    color:#DC143C;    margin-bottom:4px;    display:none;}#checkout-here input.fourdigits {    width:4.0em;}#checkout-here input.twodigits {    width:3.0em;}#checkout-here {    clear:both;    float:left;    margin-top:1em;    width:538px;}#checkout-error {    clear:both;    margin-top:1em;    margin-right:1px;    display:block;    background:#fff3f3;    border-color:#DC143C;    color:#DC143C;}#checkout-error h1 {    border-bottom: 1px solid #DC143C;    color:#DC143C;}#provinces.US {    display:none;}#states.CA {    display:none;}#checkout-paypal {    float:left;    margin:1em 0 0 1em;    width:280px;}#checkout-paypal label {    text-align:center;}#checkout-summary label {    text-align:center;    font-size:2.0em;}#checkout-summary {    float:left;    margin:1em 0 0 1em;    width:280px;}#checkout-summary table td {    text-align:right;    padding:6px 2px;}#checkout-summary table td.total {    font-size:1.50em;    font-weight:bold;    border-top:1px dotted #ccc;}#checkout-shipping {    display:block;    margin:1em 0 0 1em;    }#checkout-shipping input, #checkout-shipping select, #checkout-shipping textarea {    width:40%;}#checkout-shipping select {    width:41%;}#checkout-shipping label>span {    width:40%;}#checkout-shipping div {    margin-left:40%;}.basic-grey div.small {    font-size:0.80em;    color:#777;}#checkout-shipping #checkout-validation {    background:#FFE0E0;    margin:0 4px 2.0em 0;    border:1px solid #FF9999;    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;    padding:1em;    font-size:1.25em;}#checkout-shipping #checkout-validation div {    margin:0px;}#checkout-shipping #checkout-onfile {    background:#eee;    margin:0 4px 2.0em 0;    border:1px solid #ddd;    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;    padding:1em;}#checkout-shipping #checkout-onfile h2 {    font-weight:bold;}#checkout-shipping #payment-onfile-address {    width:auto;}#checkout-shipping #checkout-onfile p {    margin:1em 0;    color:#444;}#upsSuggestions {    clear:both;}/*====================*//*=== Other Styles ===*//*====================*/.clear {	clear:both;}/* Farmboy Credit */#farmboy_credit {float:right;height: 18px;padding: 0px;margin:0 0 2em 0;}#farmboy_credit h3 {font-size: 10px;color: #B3B3B3;text-transform: uppercase;letter-spacing: 4px;text-align: center;display: block;padding: 0 10px;}#farmboy_credit ul li {width: 150px;margin: 0 auto;padding: 0;list-style-type: none;display: block;}#farmboy_credit a {height: 18px;display: block;}.farmboy_logo {background: url(../images/farmboy-credit-sprite.png) left -80px no-repeat; text-indent: -99999px; }.farmboy_logo:hover {background-position: 0 0px; }#imprint-dialog div.imprint-option {        -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;    border:1px solid #8379AC;    background:#A3B9CC;    margin:4px 0 4px 0;    padding:8px;    display:block;    cursor:pointer;}#imprint-dialog div.imprint-option:hover {    border:1px solid #A3B9CC;    background:#C3D9FC;}#imprint-dialog div.imprint-option div.imprint-icon {    float:left;    margin-right:10px;    width:32px;    text-align:center;    margin-top:10px;}#imprint-dialog div.imprint-option div.imprint-desc {    margin-left:42px;    padding:0 0 8px 0;}#imprint-dialog div.imprint-option div.imprint-desc span.imprint-title {    font-weight:bold;}#imprint-dialog div.imprint-option div.imprint-desc span.imprint-em {    font-size:9 pt;    text-transform:capitalize;}.guide-options {    margin-top:22px;    margin-bottom:22px;    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;    border:1px solid #A3B9CC;}.disableliststyle {    list-style:none;    margin:0;    padding:0;}.disableliststyle li {    margin:0;    padding:0;}img.ups-logo {    float:right;    height:46px;    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;    border:1px solid #000;    margin:0 1em;}p.large {    font-size:1.50em !important;}ul.suggestions li {    display:block;    background:#fff;    border:1px solid #ddd;    text-decoration:none;    padding:4px;    font-size:1.50em;    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;    margin-bottom:1em;}ul.suggestions li:hover { border:1px solid #19A3FF; color:#19A3FF; cursor:pointer;}ul.suggestions li a.address-suggestion {    display:block;}ul.suggestions li em {    font-size:0.75em;}.dialog h3 {    font-weight:bold !important;}div.dialog .form-row label {    display:inline-block;    min-width:125px;    text-align:right;}.guide-checkbox {    margin:0;    padding:0;    float:left;    position:absolute;    z-index:9999;    width:24px;    height:24px;    }div.guide-list {    float:right;    width:400px;    height:279px;    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;    border:1px solid #A3B9CC;    background:#fff;    font-size:8pt;    padding:1px;}div.guide-list label {        padding:4px 4px;    background:#fff;    display:block;    cursor:pointer;    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}div.guide-list label.selected-location {        padding:4px 4px 2px 20px;    background:#8BC53F url('../images/icons/oksm.png') 2px 50% no-repeat;    color:#fff;    font-weight:bold;    }#dielist {    max-height: 170px;    margin:0;    overflow-x: hidden;    overflow-y: auto;    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}#dielist div.dierow {    border:1px solid #A3B9CC;    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;    padding:4px;    height:58px;    margin-bottom:6px;}#dielist div.dierow:last-child {    margin-bottom:0px;}#dielist div.dierow:hover {    cursor:pointer;    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;    border:1px solid #8BD53F;    background: url("custom-theme/images/ui-bg_glass_50_8bc53f_1x400.png") repeat-x scroll 50% 50% #8BC53F;}#dielist div.dierow img {    float:left;    height:50px;    margin:2px 8px 2px 4px;}#dielist .dieinfo strong {    font-weight:bold !important;    padding:2px;}em {    font-style: italic;}.tall {    line-height:2em;}#folderclub {    background:#fff;    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;    padding:1em;}#folderclub div.column-uno ul {    list-style:none;}#folderclub div.column-uno ul li {    padding-bottom:1em;}#folderclub div.column-uno div  {    float:left;    width:440px;}#folderclub div.column-uno div label {    display:inline-block;    width:200px;    text-align:right;}a.large {    font-size:2em;}#folderclub ol.twocol {    list-style:none;    float:left;    width:28%;    border:1px solid transparent;}div.callout {    border:1px solid rgb(163, 185, 204);    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;    background:#fff;    padding:3px;    margin-bottom:1em;        -moz-box-shadow: 0px 0px 2px rgba(68,68,68,0.4);    -webkit-box-shadow: 0px 0px 2px rgba(68,68,68,0.4);    box-shadow: 0px 0px 2px rgba(68,68,68,0.4);}div.callout:after {    content: " ";    display: block;    height: 0;    clear: both;    visibility: hidden;}div.callout div img {    float:left;    max-height:76px;}div.callout div h1 {    clear:none;    border:0;    background:transparent;}table.largetext {    font-size:2em;}table.largetext td {    background:#fff;    border-right:2px dashed #aaa;}table.largetext td:last-child {    border-right:0px;}.config-button, .config-button-href, .attribute-button, .item-attribute-button {    display:block;    padding:6px 0px 4px 45px !important;    margin:4px 0;    line-height:32px;    border:1px solid rgb(63, 85, 104);    background:url('../images/icons/glyphicons_151_edit.png') 10px 49% no-repeat rgb(163, 185, 204);}.config-button:hover, .config-button-href:hover, .attribute-button:hover, .item-attribute-button:hover {    background:url('../images/icons/glyphicons_152_new_window.png') 10px 49% no-repeat rgb(193, 215, 234);}div.dialog select {    margin:0px;}div.dialog .form-row {    margin-bottom:4px;}#studio-info {    }#studio-info div.content {    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;    background:#fff;    padding:1em;}#studio-info h1 {    color:rgb(63, 85, 134);    font-weight:bold;        font-size:1.50em;    text-transform:uppercase;}#studio-info h2 {    color:rgb(63, 85, 154);    font-weight:bold;        margin:8px 0;}#studio-info div.info-graphics {    padding:0px;    width:819px;    margin:1em 0 1em 73px;}#studio-info div.info-graphics div {    float:left;    width:253px;    padding:0px;    margin:10px;}#studio-info div.info-graphics div img {    display:block;}#studio-info div.samples img {    margin:1em 104px;}div.upload-form {    font-size:1.50em;    text-align:center;}#foil-imprinting-menu {    display:block;    width:580px;    margin:0 auto;    }div.foil-imprint-panel {    float:left;    padding:1em;    margin:1em;    border:1px solid rgb(63, 85, 154);    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;    width:230px;    background:#fff;    min-height:300px;}div.foil-imprint-panel img {    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}#studio-info table {    background:white;    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}#studio-info table td img {    width:230px;    max-height:140px;    margin-right:1em;    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;    }#studio-info table th {    font-size:1.0em;    vertical-align:middle;    text-align:center;}#studio-info table tr.sample th {    font-size:2em;    vertical-align:middle;    text-align:right;    padding-right:1em;}#studio-info table tr.sample td {    width:230px;}.color-picker-example, div.center {    text-align:center;}.color-picker-sample {    height:55px;    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;    border:1px solid transparent;    margin:0 10px;}#titlepreview {    text-align:center;    padding-top:2px;}#imprint-titlestamp-dialog img.color-picker-sample {    width:100px;    margin:0 2px;}.color-picker-sample:last-child {    margin-right:0px;}#existingstudiodie, #existingcommercialdie { resize:none; }#sportschoice, #titlechoice {width:100%;}#design-frame {    clear:both;    min-height:100px;    min-width:960px;    background:#fff;}#design-frame .wrapleftpane {   float: left;   width: 100%;   background-color:#fff;}#design-frame .leftpane {   margin-right:360px;   background-color: #fff;   text-align:center;   }#design-frame .rightpane {   float: right;   width: 360px;   margin-left: -360px;   background-color: #fff;   }#design-frame .wrapmiddle {   float: left;   width: 100%;   background-color: #fff}#design-frame .middle {   margin-right:309px;   margin-left:289px;   background-color:#fff;   text-align:center;   }#design-frame .left {   float: left;   width: 279px;   margin-left: -100%;   background-color: #cfcfcf;   }#design-frame .right {   float: left;   width: 299px;   margin-left: -299px;   background-color: #cfcfcf;}#design-info-pane {    border-right:1px solid #0B1F67;    background:#F2F1ED url('../images/designer/menu.jpg') repeat-y;    height:100%;    padding:1em;}#design-menu-pane {    border-left:1px solid #0B1F67;    background:#F2F1ED url('../images/designer/menu.jpg') repeat-y;    height:100%;    padding:1em;}#design-photo {    max-height:400px;    margin:0 auto;}#design-frame .design-info {    background:#fff;    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;    padding:1em;}#design-frame .design-info h2 {    font-weight:bold;}#design-frame .button {    width:100%;    display:block;    margin-bottom:10px;}#tissue-dialog .choice img {    cursor:pointer;    border:2px solid #ccc;    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}#tissue-dialog .choice img:hover {    border-color:#0B1F67;}#about-dialog h2 {    font-weight:bold;}#about-dialog p {    margin-bottom:1em;}.tealbutton {  background-color: #75b6b7;  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #75b6b7), color-stop(100%, #62a2a3));  background-image: -webkit-linear-gradient(top, #75b6b7, #62a2a3);  background-image: -moz-linear-gradient(top, #75b6b7, #62a2a3);  background-image: -ms-linear-gradient(top, #75b6b7, #62a2a3);  background-image: -o-linear-gradient(top, #75b6b7, #62a2a3);  background-image: linear-gradient(top, #75b6b7, #62a2a3);  border: 1px solid #569495;  border-radius: 6px;  -webkit-box-shadow: inset 0 1px 0 0 #7dc2c3;  box-shadow: inset 0 1px 0 0 #7dc2c3;  color: #fff;  font: bold 18px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;  padding:8px 18px;  text-align: center;  text-shadow: 0 -1px 0 #569495;  margin:0.50em 0;}  .tealbutton:hover {    background-color: #75b6b7;    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7dc2c3), color-stop(100%, #62a2a3));    background-image: -webkit-linear-gradient(top, #7dc2c3, #62a2a3);    background-image: -moz-linear-gradient(top, #7dc2c3, #62a2a3);    background-image: -ms-linear-gradient(top, #7dc2c3, #62a2a3);    background-image: -o-linear-gradient(top, #7dc2c3, #62a2a3);    background-image: linear-gradient(top, #7dc2c3, #62a2a3);    -webkit-box-shadow: inset 0 1px 0 0 #84cdce;    box-shadow: inset 0 1px 0 0 #84cdce;    cursor: pointer; }    .linkbutton {  background-color: #699230;  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #79aa37), color-stop(100%, #5e822b));  background-image: -webkit-linear-gradient(top, #79aa37, #5e822b);  background-image: -moz-linear-gradient(top, #79aa37, #5e822b);  background-image: -ms-linear-gradient(top, #79aa37, #5e822b);  background-image: -o-linear-gradient(top, #79aa37, #5e822b);  background-image: linear-gradient(top, #79aa37, #5e822b);  border: 1px solid #699230;  border-bottom: 1px solid #4d6c21;  border-radius: 6px;  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;  box-shadow: inset 0 1px 0 0 #96ca6d;  color: #fff;  font: bold 18px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;  padding:8px 18px;  text-align: center;  text-shadow: 0 -1px 0 #4c9021;  margin:0.50em 0;}  .linkbutton:hover {    background-color: #6d9831;    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e822b));    background-image: -webkit-linear-gradient(top, #76b347, #5e822b);    background-image: -moz-linear-gradient(top, #76b347, #5e822b);    background-image: -ms-linear-gradient(top, #76b347, #5e822b);    background-image: -o-linear-gradient(top, #76b347, #5e822b);    background-image: linear-gradient(top, #76b347, #5e822b);    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;    box-shadow: inset 0 1px 0 0 #8dbf67;    cursor: pointer; }  .linkbutton:active {    border: 1px solid #5b992b;    border-bottom: 1px solid #538c27;    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee; }     .columns .linkbutton, .columns .tealbutton {      margin-right:-100px;      min-width:166px;      text-align:center;      display:inline-block;  }    li.tall {        }  #admin-widget {      position:fixed;      top:0;      right:14px;      background:#0B1F67 url('../images/gear.png') no-repeat 20px 5px;      -webkit-box-shadow:0 0 3px 1px #888;      box-shadow:0 0 3px 1px #888;       -webkit-border-bottom-right-radius: 10px;      -webkit-border-bottom-left-radius: 10px;      -moz-border-radius-bottomright: 10px;      -moz-border-radius-bottomleft: 10px;      border-bottom-right-radius: 10px;      border-bottom-left-radius: 10px;      border-right:1px solid #000;      border-bottom:1px solid #000;      border-left:1px solid #000;      z-index:2;      overflow:hidden;      height:33px;      width:170px;      white-space: nowrap;        }  #admin-widget div.title {      font-weight:bold;      padding:6px 24px 6px 54px;      color:#fff;        }    #admin-widget div.list ul {    list-style:none;    margin:0;    padding:0;  }    #admin-widget div.list ul li {      margin:2px;      padding:8px;      cursor:pointer;      background:#fefefe;      -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;  }    #admin-widget div.list ul li:hover {      background:#ffffdd;  }    #admin-widget div.list ul li:last-child {      -webkit-border-bottom-right-radius: 10px;      -webkit-border-bottom-left-radius: 10px;      -moz-border-radius-bottomright: 10px;      -moz-border-radius-bottomleft: 10px;      border-bottom-right-radius: 10px;      border-bottom-left-radius: 10px;  }    #admin-widget div.list ul li span.title {     font-size:1.25em;     font-weight:bold;     display:block;  }    #adminWidgetTitleForm div.data-row {      padding:8px 2px;  }    #adminWidgetTitleForm div.data-row input, #adminWidgetTitleForm div.data-row textarea {      width:470px;  }    #adminWidgetTitleForm div.data-row label {      width:200px;      text-align:right;      display:inline-block;      vertical-align:top;      padding-top:2px;  }  /** Sports Mounts **/#SM-SMZ { left:45px; top:50px;}#SM-SMY { left:45px; top:69px;}#SM-SMV { left:57px; top:137px;}#SM-SMX { left:88px; top:137px;}#SM-SMW { left:173px; top:109px; }#SM-SMT { left:83px; top:280px; }#SM-SMU { left:180px; top:280px; }#SM-SMXB { left:216px; top:280px; }#SM-SMR { left:360px; top:218px; }#SM-SMS { left:360px; top:250px; }/** CD Sleeve **/#CD-FLC { left:146px; top:186px; }#CD-BLC { left:314px; top:186px; }/** CD Easels **/#CD-CDA { left:230px; top:165px; }#CD-CDB { left:348px; top:165px; }/** Photo Boxes **/#PB-XF { left:172px; top:185px; }#PB-XG { left:334px; top:185px; }/** Rope Bags **/#BG-B1 { left:181px; top:199px; }#BG-B2 { left:232px; top:199px; }#BG-B3 { left:280px; top:199px; }#BG-B4 { left:232px; top:131px; }/** Flat Bags **/#BG-B1B { left:190px; top:199px; }#BG-B2B { left:220px; top:199px; }#BG-B3B { left:248px; top:199px; }#BG-B4B { left:220px; top:144px; }/** Photo Cases **/#PC-PC1 { left:271px; top:187px; }#PC-PC2 { left:87px; top:205px; }#PC-PC3 { left:161px; top:151px; }#PC-PC4 { left:188px; top:205px; }#PC-PC5 { left:314px; top:195px; }#PC-PC6 { left:271px; top:145px; }#PC-PC7 { left:394px; top:177px; }#PC-PC8 { left:394px; top:130px; }/** Albums and Proofs **/#APB-A1 { left:100px; top:185px; }#APB-A2 { left:70px; top:132px; }#APB-A3 { left:138px; top:185px; }#APB-A7 { left:322px; top:185px; }#APB-A8 { left:286px; top:185px; }#APB-A10 { left:395px; top:185px; }#APB-A11 { left:428px; top:185px; }/** Folders **/#FLD-F1 { left:115px; top:198px; }#FLD-F2 { left:171px; top:198px; }#FLD-F3 { left:316px; top:198px; }#FLD-F4 { left:405px; top:199px; }#FLD-F6 { left:374px; top:199px; }#FLD-F7 { left:253px; top:199px; }#FLD-F8 { left:287px; top:199px; }#FLD-F9 { left:84px; top:198px; }#FLD-SpecialA { left:84px; top:135px; }#FLD-SpecialB { left:287px; top:135px; }/** Mini Comb **/#MC-F5 { left:378px; top:201px; }/** FOLIO **/#FO-A1 { left:108px; top:179px; }#FO-A2 { left:38px; top:179px; }#FO-A5 { left:195px; top:208px; }#FO-A6 { left:224px; top:208px; }#FO-A9 { left:90px; top:179px; }#FO-A10 { left:396px; top:179px; }#FO-A11 { left:431px; top:179px; }/** Alternate Guide **/#ALT-C1 { left:178px; top:98px; }#ALT-C2 { left:235px; top:98px; }#ALT-C3 { left:296px; top:98px; }#ALT-C4 { left:178px; top:166px; }#ALT-C5 { left:235px; top:166px; }#ALT-C6 { left:296px; top:166px; }#ALT-C7 { left:178px; top:230px; }#ALT-C8 { left:235px; top:230px; }#ALT-C9 { left:296px; top:230px; }#ALT-C10 { left:235px; top:128px; }#ALT-C11 { left:235px; top:196px; }/** Easels **/#EM-EaselA { left:100px; top:88px; }#EM-EaselB { left:215px; top:88px; }#EM-EaselC { left:288px; top:88px; }#EM-EaselF { left:388px; top:88px; }#EM-EaselD { left:143px; top:166px; }#EM-EaselE { left:249px; top:166px; }#EM-EaselG { left:353px; top:166px; }#EM-SMWV { left:192px; top:235px; }#EM-SMWH { left:282px; top:235px; }/** Frame Bags **/#FB-B4 { left:236px; top:146px; }#FB-B5 { left:236px; top:180px; }/** Confirmed Compressed **/
/** jquery-ui-1.8.18 **/
/* * jQuery UI CSS Framework 1.8.18 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Theming/API *//* Layout helpers----------------------------------*/.ui-helper-hidden { display: none; }.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }.ui-helper-clearfix:after { clear: both; }.ui-helper-clearfix { zoom: 1; }.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }/* Interaction Cues----------------------------------*/.ui-state-disabled { cursor: default !important; }/* Icons----------------------------------*//* states and images */.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }/* Misc visuals----------------------------------*//* Overlays */.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }/* * jQuery UI CSS Framework 1.8.18 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Theming/API * * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=a3b9cc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=100&borderColorHeader=667fc4&fcHeader=0b1f67&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=04_highlight_hard.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7e4ef&bgTextureDefault=02_glass.png&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=0b1f67&iconColorDefault=0b1f67&bgColorHover=e4f1fb&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=75a635&fcHover=4f7321&iconColorHover=4f7321&bgColorActive=8bc53f&bgTextureActive=02_glass.png&bgImgOpacityActive=50&borderColorActive=75a635&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=d0fc97&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=25&borderColorHighlight=73a234&fcHighlight=363636&iconColorHighlight=4f7321&bgColorError=ff8822&bgTextureError=01_flat.png&bgImgOpacityError=15&borderColorError=b75a0b&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=04_highlight_hard.png&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px *//* Component containers----------------------------------*/.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }.ui-widget .ui-widget { font-size: 1em; }.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }.ui-widget-content { border: 1px solid #dddddd; background: #f2f5f7 url(images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x; color: #362b36; }.ui-widget-content a { color: #362b36; }.ui-widget-header { border: 1px solid #667fc4; background: #a3b9cc url(images/ui-bg_highlight-soft_100_a3b9cc_1x100.png) 50% 50% repeat-x; color: #0b1f67; font-weight: bold; }.ui-widget-header a { color: #0b1f67; }/* Interaction states----------------------------------*/.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #aed0ea; background: #d7e4ef url(images/ui-bg_glass_80_d7e4ef_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #0b1f67; }.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #0b1f67; text-decoration: none; }.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #75a635; background: #e4f1fb url(images/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #4f7321; }.ui-state-hover a, .ui-state-hover a:hover { color: #4f7321; text-decoration: none; }.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #75a635; background: #8bc53f url(images/ui-bg_glass_50_8bc53f_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }.ui-widget :active { outline: none; }/* Interaction Cues----------------------------------*/.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #73a234; background: #d0fc97 url(images/ui-bg_highlight-soft_25_d0fc97_1x100.png) 50% top repeat-x; color: #363636; }.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #b75a0b; background: #ff8822 url(images/ui-bg_flat_15_ff8822_40x100.png) 50% 50% repeat-x; color: #ffffff; }.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }/* Icons----------------------------------*//* states and images */.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_72a7cf_256x240.png); }.ui-widget-content .ui-icon {background-image: url(images/ui-icons_72a7cf_256x240.png); }.ui-widget-header .ui-icon {background-image: url(images/ui-icons_72a7cf_256x240.png); }.ui-state-default .ui-icon { background-image: url(images/ui-icons_0b1f67_256x240.png); }.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_4f7321_256x240.png); }.ui-state-active .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_4f7321_256x240.png); }.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }/* positioning */.ui-icon-carat-1-n { background-position: 0 0; }.ui-icon-carat-1-ne { background-position: -16px 0; }.ui-icon-carat-1-e { background-position: -32px 0; }.ui-icon-carat-1-se { background-position: -48px 0; }.ui-icon-carat-1-s { background-position: -64px 0; }.ui-icon-carat-1-sw { background-position: -80px 0; }.ui-icon-carat-1-w { background-position: -96px 0; }.ui-icon-carat-1-nw { background-position: -112px 0; }.ui-icon-carat-2-n-s { background-position: -128px 0; }.ui-icon-carat-2-e-w { background-position: -144px 0; }.ui-icon-triangle-1-n { background-position: 0 -16px; }.ui-icon-triangle-1-ne { background-position: -16px -16px; }.ui-icon-triangle-1-e { background-position: -32px -16px; }.ui-icon-triangle-1-se { background-position: -48px -16px; }.ui-icon-triangle-1-s { background-position: -64px -16px; }.ui-icon-triangle-1-sw { background-position: -80px -16px; }.ui-icon-triangle-1-w { background-position: -96px -16px; }.ui-icon-triangle-1-nw { background-position: -112px -16px; }.ui-icon-triangle-2-n-s { background-position: -128px -16px; }.ui-icon-triangle-2-e-w { background-position: -144px -16px; }.ui-icon-arrow-1-n { background-position: 0 -32px; }.ui-icon-arrow-1-ne { background-position: -16px -32px; }.ui-icon-arrow-1-e { background-position: -32px -32px; }.ui-icon-arrow-1-se { background-position: -48px -32px; }.ui-icon-arrow-1-s { background-position: -64px -32px; }.ui-icon-arrow-1-sw { background-position: -80px -32px; }.ui-icon-arrow-1-w { background-position: -96px -32px; }.ui-icon-arrow-1-nw { background-position: -112px -32px; }.ui-icon-arrow-2-n-s { background-position: -128px -32px; }.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }.ui-icon-arrow-2-e-w { background-position: -160px -32px; }.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }.ui-icon-arrowstop-1-n { background-position: -192px -32px; }.ui-icon-arrowstop-1-e { background-position: -208px -32px; }.ui-icon-arrowstop-1-s { background-position: -224px -32px; }.ui-icon-arrowstop-1-w { background-position: -240px -32px; }.ui-icon-arrowthick-1-n { background-position: 0 -48px; }.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }.ui-icon-arrowthick-1-e { background-position: -32px -48px; }.ui-icon-arrowthick-1-se { background-position: -48px -48px; }.ui-icon-arrowthick-1-s { background-position: -64px -48px; }.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }.ui-icon-arrowthick-1-w { background-position: -96px -48px; }.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }.ui-icon-arrow-4 { background-position: 0 -80px; }.ui-icon-arrow-4-diag { background-position: -16px -80px; }.ui-icon-extlink { background-position: -32px -80px; }.ui-icon-newwin { background-position: -48px -80px; }.ui-icon-refresh { background-position: -64px -80px; }.ui-icon-shuffle { background-position: -80px -80px; }.ui-icon-transfer-e-w { background-position: -96px -80px; }.ui-icon-transferthick-e-w { background-position: -112px -80px; }.ui-icon-folder-collapsed { background-position: 0 -96px; }.ui-icon-folder-open { background-position: -16px -96px; }.ui-icon-document { background-position: -32px -96px; }.ui-icon-document-b { background-position: -48px -96px; }.ui-icon-note { background-position: -64px -96px; }.ui-icon-mail-closed { background-position: -80px -96px; }.ui-icon-mail-open { background-position: -96px -96px; }.ui-icon-suitcase { background-position: -112px -96px; }.ui-icon-comment { background-position: -128px -96px; }.ui-icon-person { background-position: -144px -96px; }.ui-icon-print { background-position: -160px -96px; }.ui-icon-trash { background-position: -176px -96px; }.ui-icon-locked { background-position: -192px -96px; }.ui-icon-unlocked { background-position: -208px -96px; }.ui-icon-bookmark { background-position: -224px -96px; }.ui-icon-tag { background-position: -240px -96px; }.ui-icon-home { background-position: 0 -112px; }.ui-icon-flag { background-position: -16px -112px; }.ui-icon-calendar { background-position: -32px -112px; }.ui-icon-cart { background-position: -48px -112px; }.ui-icon-pencil { background-position: -64px -112px; }.ui-icon-clock { background-position: -80px -112px; }.ui-icon-disk { background-position: -96px -112px; }.ui-icon-calculator { background-position: -112px -112px; }.ui-icon-zoomin { background-position: -128px -112px; }.ui-icon-zoomout { background-position: -144px -112px; }.ui-icon-search { background-position: -160px -112px; }.ui-icon-wrench { background-position: -176px -112px; }.ui-icon-gear { background-position: -192px -112px; }.ui-icon-heart { background-position: -208px -112px; }.ui-icon-star { background-position: -224px -112px; }.ui-icon-link { background-position: -240px -112px; }.ui-icon-cancel { background-position: 0 -128px; }.ui-icon-plus { background-position: -16px -128px; }.ui-icon-plusthick { background-position: -32px -128px; }.ui-icon-minus { background-position: -48px -128px; }.ui-icon-minusthick { background-position: -64px -128px; }.ui-icon-close { background-position: -80px -128px; }.ui-icon-closethick { background-position: -96px -128px; }.ui-icon-key { background-position: -112px -128px; }.ui-icon-lightbulb { background-position: -128px -128px; }.ui-icon-scissors { background-position: -144px -128px; }.ui-icon-clipboard { background-position: -160px -128px; }.ui-icon-copy { background-position: -176px -128px; }.ui-icon-contact { background-position: -192px -128px; }.ui-icon-image { background-position: -208px -128px; }.ui-icon-video { background-position: -224px -128px; }.ui-icon-script { background-position: -240px -128px; }.ui-icon-alert { background-position: 0 -144px; }.ui-icon-info { background-position: -16px -144px; }.ui-icon-notice { background-position: -32px -144px; }.ui-icon-help { background-position: -48px -144px; }.ui-icon-check { background-position: -64px -144px; }.ui-icon-bullet { background-position: -80px -144px; }.ui-icon-radio-off { background-position: -96px -144px; }.ui-icon-radio-on { background-position: -112px -144px; }.ui-icon-pin-w { background-position: -128px -144px; }.ui-icon-pin-s { background-position: -144px -144px; }.ui-icon-play { background-position: 0 -160px; }.ui-icon-pause { background-position: -16px -160px; }.ui-icon-seek-next { background-position: -32px -160px; }.ui-icon-seek-prev { background-position: -48px -160px; }.ui-icon-seek-end { background-position: -64px -160px; }.ui-icon-seek-start { background-position: -80px -160px; }/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */.ui-icon-seek-first { background-position: -80px -160px; }.ui-icon-stop { background-position: -96px -160px; }.ui-icon-eject { background-position: -112px -160px; }.ui-icon-volume-off { background-position: -128px -160px; }.ui-icon-volume-on { background-position: -144px -160px; }.ui-icon-power { background-position: 0 -176px; }.ui-icon-signal-diag { background-position: -16px -176px; }.ui-icon-signal { background-position: -32px -176px; }.ui-icon-battery-0 { background-position: -48px -176px; }.ui-icon-battery-1 { background-position: -64px -176px; }.ui-icon-battery-2 { background-position: -80px -176px; }.ui-icon-battery-3 { background-position: -96px -176px; }.ui-icon-circle-plus { background-position: 0 -192px; }.ui-icon-circle-minus { background-position: -16px -192px; }.ui-icon-circle-close { background-position: -32px -192px; }.ui-icon-circle-triangle-e { background-position: -48px -192px; }.ui-icon-circle-triangle-s { background-position: -64px -192px; }.ui-icon-circle-triangle-w { background-position: -80px -192px; }.ui-icon-circle-triangle-n { background-position: -96px -192px; }.ui-icon-circle-arrow-e { background-position: -112px -192px; }.ui-icon-circle-arrow-s { background-position: -128px -192px; }.ui-icon-circle-arrow-w { background-position: -144px -192px; }.ui-icon-circle-arrow-n { background-position: -160px -192px; }.ui-icon-circle-zoomin { background-position: -176px -192px; }.ui-icon-circle-zoomout { background-position: -192px -192px; }.ui-icon-circle-check { background-position: -208px -192px; }.ui-icon-circlesmall-plus { background-position: 0 -208px; }.ui-icon-circlesmall-minus { background-position: -16px -208px; }.ui-icon-circlesmall-close { background-position: -32px -208px; }.ui-icon-squaresmall-plus { background-position: -48px -208px; }.ui-icon-squaresmall-minus { background-position: -64px -208px; }.ui-icon-squaresmall-close { background-position: -80px -208px; }.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }.ui-icon-grip-solid-vertical { background-position: -32px -224px; }.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }.ui-icon-grip-diagonal-se { background-position: -80px -224px; }/* Misc visuals----------------------------------*//* Corner radius */.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; }.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; }.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }/* Overlays */.ui-widget-overlay { background: #777 url(images/diagonals_aaa.png) 50% 50% repeat; opacity: .80;filter:Alpha(Opacity=90); }.ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #000000 url(images/ui-bg_highlight-hard_70_000000_1x100.png) 50% top repeat-x; opacity: .50;filter:Alpha(Opacity=50); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* * jQuery UI Accordion 1.8.18 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Accordion#theming *//* IE/Win - Fix animation bug - #4615 */.ui-accordion { width: 100%; }.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }.ui-accordion .ui-accordion-li-fix { display: inline; }.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }.ui-accordion .ui-accordion-content-active { display: block; }/* * jQuery UI Autocomplete 1.8.18 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Autocomplete#theming */.ui-autocomplete { position: absolute; cursor: default; }	/* workarounds */* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 *//* * jQuery UI Menu 1.8.18 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Menu#theming */.ui-menu {	list-style:none;	padding: 2px;	margin: 0;	display:block;	float: left;}.ui-menu .ui-menu {	margin-top: -3px;}.ui-menu .ui-menu-item {	margin:0;	padding: 0;	zoom: 1;	float: left;	clear: left;	width: 100%;}.ui-menu .ui-menu-item a {	text-decoration:none;	display:block;	padding:.2em .4em;	line-height:1.5;	zoom:1;}.ui-menu .ui-menu-item a.ui-state-hover,.ui-menu .ui-menu-item a.ui-state-active {	font-weight: normal;	margin: -1px;}/* * jQuery UI Button 1.8.18 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Button#theming */.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: hidden; *overflow: visible; } /* the overflow property removes extra width in IE */.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */.ui-button-icons-only { width: 3.4em; } button.ui-button-icons-only { width: 3.7em; } /*button text element */.ui-button .ui-button-text { display: block; line-height: 1.4;  }.ui-button-text-only .ui-button-text { padding: .4em 1em; }.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }/* no icon support for input elements, provide padding by default */input.ui-button { padding: .4em 1em; }/*button icon element(s) */.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }/*button sets*/.ui-buttonset { margin-right: 7px; }.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }/* workarounds */button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox *//* * jQuery UI Dialog 1.8.18 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Dialog#theming */.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin:0; padding: .3em 1em .5em .4em; }.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }.ui-dialog .ui-resizable-se { position:absolute; width: 14px; height: 14px; right: 3px; bottom: 3px; }.ui-draggable .ui-dialog-titlebar { cursor: move; }/* * jQuery UI Slider 1.8.18 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Slider#theming */.ui-slider { position: relative; text-align: left; }.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }.ui-slider-horizontal { height: .8em; }.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }.ui-slider-horizontal .ui-slider-range-min { left: 0; }.ui-slider-horizontal .ui-slider-range-max { right: 0; }.ui-slider-vertical { width: .8em; height: 100px; }.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }.ui-slider-vertical .ui-slider-range-min { bottom: 0; }.ui-slider-vertical .ui-slider-range-max { top: 0; }/* * jQuery UI Tabs 1.8.18 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Tabs#theming */.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }.ui-tabs .ui-tabs-hide { display: none !important; }/* * jQuery UI Datepicker 1.8.18 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Datepicker#theming */.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }.ui-datepicker .ui-datepicker-prev { left:2px; }.ui-datepicker .ui-datepicker-next { right:2px; }.ui-datepicker .ui-datepicker-prev-hover { left:1px; }.ui-datepicker .ui-datepicker-next-hover { right:1px; }.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }.ui-datepicker select.ui-datepicker-month-year {width: 100%;}.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49%;}.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }.ui-datepicker td { border: 0; padding: 1px; }.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }/* with multiple calendars */.ui-datepicker.ui-datepicker-multi { width:auto; }.ui-datepicker-multi .ui-datepicker-group { float:left; }.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }/* RTL support */.ui-datepicker-rtl { direction: rtl; }.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }.ui-datepicker-rtl .ui-datepicker-group { float:right; }.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */.ui-datepicker-cover {    display: none; /*sorry for IE5*/    display/**/: block; /*sorry for IE5*/    position: absolute; /*must have*/    z-index: -1; /*must have*/    filter: mask(); /*must have*/    top: -4px; /*must have*/    left: -4px; /*must have*/    width: 200px; /*must have*/    height: 200px; /*must have*/}/* * jQuery UI Progressbar 1.8.18 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Progressbar#theming */.ui-progressbar { height:2em; text-align: left; overflow: hidden; }.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }