/* Design and styles Copyright Webcity 2008 */

/* RESET 
----------------------------------------------------------------------------------------------------*/
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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* GLOBAL
----------------------------------------------------------------------------------------------------*/
body {
	margin:0 auto;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	background: #fff;
}
a {
	text-decoration:none;
}
a.txtButton {
	margin: 0 3px;
}
a:focus {
	outline: 1px dotted invert;
}
img {
	vertical-align:middle;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
.cText {
	text-align:center;
}
.lText {
	text-align:left;
}
.rText {
	text-align:right;
}
input,  textarea, select {
	font-size:12px;
	color: #626262;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}
.txtOldPrice {
	color: #BBBBBB;
	font-size:12px;
}
.txtOutOfStock {
	color: #b92c00;
}
.req {
	color: #970d19;
}
.smallText {
	color: #c6c6c6;
	font-size:80%;
}
.editable a {
	padding:4px;
	text-decoration: none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.editable a:hover {
	text-decoration: none;
}
.regular-price {
	font-size:24px;
	font-family:Georgia, 'Times', 'Times New Roman', sans-serif;
	text-align: right;
	float:right;
}
sup {
	font-size:85%;
	position:relative;
	top:-4px;
}
.regular-price sup {
	font-size:65%;
}
.txtError {
	background:#e9d9d9;
	padding:5px;
	border:1px solid #e19895;
	color: #b72a25;
	text-align:center;
}

/* HEADINGS
----------------------------------------------------------------------------------------------------*/
h2, h3, h4, h5, h6 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 28px;
	font-family:"Union", Georgia, 'Times', 'Times New Roman', sans-serif;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 14px;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/
ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}
ul ul {
	list-style:circle;
	margin:0;
}

li {
	margin-left: 10px;
	padding:3px 0
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* CONTAINER
----------------------------------------------------------------------------------------------------*/
#container {
	min-width:990px;
	width:85%;
	margin:20px auto 10px auto;
}

/* HEADER
----------------------------------------------------------------------------------------------------*/
#header {
	overflow:hidden;
	width:100%;
	position:relative;
	padding-top:30px;
}
#header #logoLink {
	display:block;
}
#header #logoLink img {
	border:0;
}
#header #shopping-cart {
	font-size:16px;
	position:absolute;
	bottom:0;
	right:0;
	font-family:"Union", Georgia, 'Times', 'Times New Roman', sans-serif;
	/* height:60px; */
}
#header #shopping-cart p.cart-items {
	font-size:12px;
	text-align:left;
	position:relative;
}
#header #shopping-cart p.cart-items a {
	padding-right:70px;
	background:url('../styleImages/cart.png') bottom right no-repeat;
	display:block;
	text-align:right;
	min-height:60px;
}
#header #shopping-cart .items-lang {
	font-size:14px;
	position:relative;
}
#header #shopping-cart .items-number {
	position:relative;
	left:0px;
	top:5px;
	font-size:35px;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing: -0.1em;
}

/* MAIN NAV
----------------------------------------------------------------------------------------------------*/
#nav-main {
	overflow: hidden;
	clear:both;
	margin:20px auto 40px auto;
	height:42px;
	background:url('../styleImages/sitedoc-l.gif') top left no-repeat;
	padding-left:8px;
}
#nav-main #siteDoc-wrap {
	padding-right:8px;
	background:url('../styleImages/sitedoc-r.gif') top right no-repeat;
	height:42px;
}
#nav-main #siteDoc-wrap ul {
	background:url('../styleImages/sitedoc-bg.gif') top left repeat-x;
	list-style:none;
	height:42px;
}

#nav-main #siteDoc-wrap ul li {
	float:left;
	display:inline;
	margin:0;
	padding:0;
}
#nav-main #siteDoc-wrap ul li.sep {
	width:2px;
	height:40px;
	margin:1px 0;
	float:left;
	background:url('../styleImages/sep.png');
}
#nav-main #siteDoc-wrap ul li a {
	display:block;
	float:left;
	height:40px;
	margin:1px 0;
	line-height:40px;
	padding:0 20px;
}
#nav-main #siteDoc-wrap ul li a:hover {
	background-image:url('../styleImages/sitedoc-h.png')
}

/* CONTENT CONTAINER
----------------------------------------------------------------------------------------------------*/
#bodyCont {
	overflow: hidden;
	clear:both;
	width:100%;
	margin:0 auto;
}
#bodyCont #colLeft, #bodyCont #colRight {
	display:inline;
	width:220px;
	background:#f4f4f4;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #d6d6d6;
	color: #282828;
	padding-bottom:10px;
}
#bodyCont #colRight {
	float:right;
}
#bodyCont #colLeft {
	float:left;
}
#bodyCont #colMid {
	margin: 0 240px;
}
#bodyCont #colRight h2, #bodyCont #colLeft h2 {
	font:18px Cambria, Georgia, Times, "Times New Roman", serif;
	text-align:center;
	margin:0 0 10px 0;
	padding:30px 0 10px 0;
	background:url('../styleImages/col-bevel.png') bottom left repeat-x;
}
#bodyCont #colRight p, #bodyCont #colLeft p {
	text-align: center;
}
#bodyCont #colRight p.last-p, #bodyCont #colLeft p.last-p {
	margin-bottom:0;
	padding-bottom:0;
}

/* BOXES
----------------------------------------------------------------------------------------------------*/


/* FEATURED BOX
----------------------------------------------------------------------------------------------------*/
.random-prod a {
	display:block;
	text-align:center;
}
.random-prod a img {
	text-decoration: none;
	display:block;
	text-align: center;
	margin:0 auto 10px auto;
	border:1px solid #d6d6d6;
	padding:2px;
	background: #fff;
}
.random-prod a span {
	padding:4px;
}
.random-prod a:hover {
	text-decoration: none;
}
.random-prod a:hover span {
	background: #fffcdd;
}
.random-prod a:hover img {
	border-color: #b1b1b1;
}

/* USEFUL LINKS BOX
----------------------------------------------------------------------------------------------------*/
.useful-links h2 {
	padding-top:10px !important;
}
.useful-links {
	margin-top:0;
}

/* SHOPPING CART BOX
----------------------------------------------------------------------------------------------------*/
#shopping-cart p {
	margin:0;
	padding:0;
}

/* MAILING LIST BOX
----------------------------------------------------------------------------------------------------*/
#mail-list button {
	display: block;
	text-indent: -9999px;
	width:98px;
	height:30px;
	background:url('../styleImages/sign-up-button.gif') top left no-repeat;
	margin:10px auto 0 auto;
	border:0;
	cursor:pointer;
}
#mail-list button:hover {
	background-position: top right;
}

/* CURRENCY BOX
----------------------------------------------------------------------------------------------------*/
#currency {
	text-align: center;
}


/* CATEGORIES
----------------------------------------------------------------------------------------------------*/
#categories, .useful-links {
	font-size:12px;
}
#bodyCont #colLeft #categories h2, #bodyCont #colLeft .useful-links h2 {
	padding-top:10px;
	background-image:none;
	margin-bottom:0;
}
#categories #categoryLinks, .useful-links ul {
	margin:0;
	list-style:none;
	border-top:1px solid #d6d6d6;
}
#categories #categoryLinks li, .useful-links ul li {
	margin:0;
	padding:0 10px;
	border-bottom:1px solid #d6d6d6;
	height:34px;
	background:url('../styleImages/cat-bg.png') top left repeat-x
}
#categories #categoryLinks li a, .useful-links ul li a {
	display:block;
	width:180px;
	height:34px;
	line-height:34px;
	padding-right:20px;
}
#categories #categoryLinks li a:hover, .useful-links ul li a:hover {
	background:url('../styleImages/cat-ar.png') right 55% no-repeat;

}

/* SEARCH FORM & MAIL LIST
----------------------------------------------------------------------------------------------------*/
#colLeft input.textbox,#colRight input.textbox {
	display:block;
	width:190px;
	margin:0 10px;
	padding:5px;
	border:1px solid #d6d6d6;
}

/* SESSION
----------------------------------------------------------------------------------------------------*/
#session h2 {
	padding-top:10px !important;
}
/* SALE ITEMS
----------------------------------------------------------------------------------------------------*/
#sale-items h2 {
	background:transparent !important;
	margin-bottom:0 !important;
}
#sale-items ul {
	list-style:none;
	margin:0 0 0px 0;
	padding:0;
}
#sale-items ul li {
	background:url('../styleImages/col-bevel.png') top left repeat-x;
	margin:0;
	overflow: hidden;
}
#sale-items ul li a {
	width:100%;
	display:block;
	padding:10px 0;
}
#sale-items span {
	margin: 0 10px;
}
#sale-items ul li a .prod-name, #sale-items ul li a .saving {
	display:block;
	padding:0;
	margin:0 10px 0 50px;
	
}
#sale-items ul li a .prod-name {
	font-size:120%;
}
#sale-items ul li a .saving {
	padding-top:5px;
}
#sale-items ul li a .img-cont {
	float:left;
	width:39px;
	text-align:center;	
	display:inline;
}
#sale-items ul li a img {
	max-width:35px;
	width: auto !important;
	width:35px;
	max-height:35px;
	height: auto !important;
	height:35px;
	border:1px solid #d6d6d6;
	padding:1px;
	background:#fff;
}
#sale-items ul li a:hover img {	
	border-color: #b1b1b1;
}

/* PAGE CONTENT AREA
----------------------------------------------------------------------------------------------------*/
#colMid {
	color: #5f5f5f;
	line-height:22px;
}
#colMid h1 {
	margin:0 auto 15px auto;
	font-size:28px;
	font-weight: normal;
	padding:0;
	padding-bottom:5px;
	border-bottom:1px dotted #DEDEDE;
}
#colMid h2 {
	font-size:18px;
	margin:0 0 10px 0;
	font-weight: normal;
}
#colMid h3 {
	font-size:16px;
	margin:0 0 10px 0;
	font-weight:normal;
}
#colMid h4 {
	font-size:14px;
	margin: 0 0 10px 0;
	font-weight:normal;
}
#colMid h5 {
	font-size: 10px;
	margin:0 0 5px 0;
	font-weight: bold;
	text-transform: uppercase;
}
#colMid ul {
	list-style-position: inside;
}
.boxContent {
	overflow: hidden;
}

/* INDEX PAGE
----------------------------------------------------------------------------------------------------*/
#index-page .home-content {
	padding-bottom:20px;
	margin-bottom:20px;
}

/* LATEST PRODS
----------------------------------------------------------------------------------------------------*/
h2#latest-products {
	margin:20px auto 0 auto;
	padding:0;
}
.latest-prod {
	float:left;
	width:33%;
	margin-top:20px;
	line-height:22px;
}
.latest-prod a {
	display:block;
	text-align:center;
	font-family:Georgia, 'Times', 'Times New Roman', sans-serif;
}
.latest-prod a img {
	text-decoration: none;
	display:block;
	text-align: center;
	margin:0 auto 10px auto;
	border:1px solid #d6d6d6;
	padding:2px;
	background:#fff;
}
.latest-prod a:hover {
	text-decoration: none;
}
.latest-prod a:hover img {
	border-color: #b1b1b1;
}
.latest-prod a {
	font-size:13px;
}
.latest-prod a .prod-name {
	font-size:12px;
	padding: 4px;
	display:inline;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}
.latest-prod .txtOldPrice {
	float:none;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}


/* VIEW CATEGORY
----------------------------------------------------------------------------------------------------*/
.location {
	color: #c5c5c5;
	font-size:11px;
	margin-bottom:20px;
}
.location a {
	color: #c5c5c5;
	text-decoration: underline;
}
.location a:hover {
	text-decoration: none;
	background: #fffcdd;
}
ul#sub-cats {
	list-style: none;
	margin-bottom:15px;
	overflow: hidden;
}
ul#sub-cats li {
	float:left;
	border:1px dotted #e1e1e1;
	padding:10px 5px;
	margin:5px;
	width:118px;
	text-align:center;
	font-size:11px;
}
ul#sub-cats li a img {
	display:block;
	margin:0 auto;
}
ul#sub-cats li a:hover span {
	background: #fffcdd;
}
#category-image {
	display:block;
	text-align:center;
	margin:0 auto 20px auto;
}
ul#product-list {
	list-style: none;
}
ul#product-list li {
	padding: 20px 0;
	border-bottom: 1px dotted #e1e1e1;
	overflow: hidden;
	position:relative;
}
ul#product-list li a {
	text-decoration: underline;
}
ul#product-list li a:hover {
	text-decoration: none;
	background: #fffcdd;
}
ul#product-list li img.prod-img {
	float:left;
	margin-right:20px;
}
ul#product-list .txtOutOfStock {
	text-align: right;
}
ul#product-list p {
	margin:10px 0;
}
ul#product-list form {
	position:absolute;
	bottom: 10px;
	right:0px;
}
ul#product-list .buy-btn {
	padding: 0 5px 0 0;
}
ul#product-list .more-btn {
	padding: 0 0 0 5px;
}
ul#product-list .buy-btn:hover, ul#product-list .more-btn:hover {
	background: transparent
}
ul#product-list .prices {
	float:right;
}
ul#product-list .txtSale {
	display:block;
	font-size:24px;
	font-family:Georgia, 'Times', 'Times New Roman', sans-serif;
}
ul#product-list #prices .txtSale sup {
	font-size:65%;
}


/* VIEW PRODUCT
----------------------------------------------------------------------------------------------------*/

#product-images {
}
#product-images p {

}
#product-details {
}
p img.prod-img {
	display:block;
	margin:0 auto;
	padding:1px;
	border:1px solid #e1e1e1;
	text-align: center;
}
#prod-meta {
	background: #f4f4f4;
	margin:0 auto 20px auto;
	padding:5px 2px;
	font-size:9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #c0c0c0;
	text-align: center;
}
#prod-meta p {
	display:inline;
	padding:0 4px;
}
#prod-meta p a {
	color: #c0c0c0;
	text-decoration: underline;	
}
#prod-meta p a:hover {
	text-decoration: none;
	background: #fffcdd;
}
.prodPrice {
	font-size:140%;
	text-align: center;
}
.notify {
	background:#f3fbef;
	text-align: center;
	border:1px solid #bddcaf;
	padding:10px;
	margin:0 auto 20px auto;
	width:400px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.notify p {
	margin: 5px auto;
	color: #659451;
	display:inline;
}
.notify p a {
	color: #4b8133;
	text-decoration: underline;
	display:inline;
}
.notify p a:hover {
	text-decoration: none;
}
#buy-it {
	overflow:hidden;
	width:100%;
	margin:20px 0 10px auto;
	border-top:1px dotted #e1e1e1;
	padding-top:20px;
}
#prod-options {
	float:left;
	padding-top:20px;
}
#prod-options select {
	margin-bottom:10px;
	min-width:140px;
	width:auto !important; /* Appease the IE6 gods */
	width:140px; /* Appease the IE6 gods */
}

#add-to-basket {
	text-align:right;
	margin:20px 0 0 0;
	display:block;
	padding-top:20px;
	border-top:1px dotted #e1e1e1;
}
#add-to-basket a {	
	width:144px;
	display:block;
	margin: 0 0 0 auto;
	height:57px;
	background:url('../styleImages/add-to-cart.gif') top left no-repeat;
	text-indent: -9999em;
	text-align:left;
}
#add-to-basket a:hover {
	background-position: bottom left;
}
p#tmbgal {
	text-align:center;
	margin:0;
	padding:0
}
p#tmbgal img {
	padding:1px !important;
	border:1px solid #e1e1e1 !important;
	margin:10px;
}


div.sale-price {
	font-size:24px;
	font-family:Georgia, 'Times', 'Times New Roman', sans-serif;
	text-align: right;
	float:right;
	clear:right;
}
span.txtOldPrice {
	display:block;
	text-align:right;
	float:right;
}

/* FORMS
----------------------------------------------------------------------------------------------------*/
.long-form p {
	margin:0 0 10px 0;
}
.reglabel {
	float:left;
	width:200px;
}
.reglabel, .regbox {
	display:block;
}
.regbox {
	width:212px;
	border:1px solid #BBBBBB;
	padding:5px;
	font-size:16px;
	color: #585858;
	letter-spacing: -0.04em;
	background:url('../styleImages/regbox-bg.gif') top left repeat-x;
}
.regbox:focus {
	color:black;
}
select.regbox {
	width:228px;
}
select.regbox option {
	padding:0 3px;
}
.long-form p.checkbox {
	text-align: center;
	padding-top:10px;
}
.long-form p.checkbox .reglabel {
	display:inline;
	float:none;
	padding-right:10px;
}
.log-in button {
	width:88px;
	background:url('../styleImages/log-in-button.gif') top left no-repeat;
}
.submit-generic button, .submit-generic a {
	width:90px;
	background:url('../styleImages/submit-generic.gif') top left no-repeat;
}
.continue button, .continue a {
	width:106px;
	background:url('../styleImages/continue-button.gif') top left no-repeat;
}
.register button, .register a {
	width:101px;
	background:url('../styleImages/register-button.gif') top left no-repeat;
}
.edit button, .edit a {
	width:71px;
	background:url('../styleImages/edit-button.gif') top left no-repeat;
}
.log-in button, .submit-generic button, .submit-generic a, .continue button, .continue a, .register a, .register button, .edit a, .edit button {
	height:30px;
	border:0;
	margin:0 auto;
	display:block;
	text-indent: -9999em;
	cursor: pointer;
}
.log-in button:hover, .submit-generic button:hover, .submit-generic a:hover, .continue button:hover, .continue a:hover, .register a:hover, .register button:hover, .edit a:hover, .edit button:hover {
	background-position: top right;
}
h3.formTitle {
	margin-top:20px;
	padding-top:20px;
	border-bottom:1px solid #e1e1e1;
}
.regSep {
	margin-top:20px;
}

/* CART PAGES
----------------------------------------------------------------------------------------------------*/
.cartProgress {
	width:300px;
	padding:10px;
	border:1px solid #e1e1e1;
	margin:0 auto 20px auto;
	text-align: center;
	color: #c6c6c6;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
span.txtcartProgressCurrent {
	font-size:140%;
	letter-spacing: -0.05em;
}
#cartCont {
	width:100%;
}
#cartCont td {	
	padding:10px 0;
	vertical-align:middle;
}
#cartCont thead td {
	padding:5px 0;
	border-bottom:1px dotted #e1e1e1;
	font-weight:bold;
}
#cartCont input.textbox {
	padding: 3px;
	border:1px solid #c8c8c8;
}
#cartCont .image-block {
	float:left;
	width:75px;
}
#cartCont .image-block img {
	border:1px solid #e1e1e1;
	padding:1px;
}
.tdcartEven, .tdcartOdd {
	border-bottom:1px dotted #e1e1e1;
}
table#totals {
	width:100%;
	text-align: right;
	margin-top:-15px;
}
table#totals td {
	padding:5px 0;
}
.totalsVal {
	width:180px;
}
#step4, #step3 {
	width:100%;
}
#step4 thead, #step3 thead {
	font-size:130%;
	letter-spacing: -0.05em;
	padding-bottom:10px;
}
#step4 td.del-addr, #step3 td.del-addr {
	text-align: right;
}
#step3 .textbox {
	padding: 3px;
	border:1px solid #c8c8c8;	
}
#step3 td {
	padding:5px 0;
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/
#site-info {
	clear:both;
	margin-top:20px;
	border-top:3px solid #f4f4f4;
	border-bottom:3px solid #f4f4f4;
	padding:10px 0;
	font-size:11px;
	text-align:right;
	color: #a2a2a2;
}
#site-info a {
	padding:10px 0;
}



/* prettify pagination */
.pagination { /* Page 1, 2, 3.. etc */
	text-align: right;
	font-size:80%;
	margin: 10px 0;
	background: #f0f0f0;
	overflow: hidden;
	padding:7px 5px;
	border-bottom:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
}
.pagination span {
	padding:7px 7px;
	background:#e1e1e1;
}
.pagination a {
	padding:7px 7px;
}
.noProd {
	text-align:center;
	background: #f4f4f4;
	padding: 10px;
	font-size:85%;
}
.noProd a:hover {
	background: #fffcdd
}

/* SKIN SELECT
----------------------------------------------------------------------------------------------------*/
.skin-select h2 span {
	background:url('../styleImages/skins.gif') center center no-repeat;
}
.skin-select {
	text-align:center;
}
.skin-select select {
	width:75%;
}

/* PrettyPhoto
----------------------------------------------------------------------------------------------------*/
div.light_rounded .pp_top .pp_left{background:url(../styleImages/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_middle{background:#fff}div.light_rounded .pp_top .pp_right{background:url(../styleImages/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_content{background-color:#fff}div.light_rounded .pp_content a.pp_next:hover{background:url(../styleImages/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_previous:hover{background:url(../styleImages/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_expand{background:url(../styleImages/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_expand:hover{background:url(../styleImages/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_contract{background:url(../styleImages/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_contract:hover{background:url(../styleImages/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_close{width:75px;height:22px;background:url(../styleImages/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous{background:url(../styleImages/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next{background:url(../styleImages/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_bottom .pp_left{background:url(../styleImages/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_middle{background:#fff}div.light_rounded .pp_bottom .pp_right{background:url(../styleImages/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.light_rounded .pp_loaderIcon{background:url(../styleImages/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_left{background:url(../styleImages/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_middle{background:url(../styleImages/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_top .pp_right{background:url(../styleImages/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content{background:url(../styleImages/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_content a.pp_next:hover{background:url(../styleImages/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_previous:hover{background:url(../styleImages/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_expand{background:url(../styleImages/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_expand:hover{background:url(../styleImages/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_contract{background:url(../styleImages/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_contract:hover{background:url(../styleImages/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_close{width:75px;height:22px;background:url(../styleImages/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .currentTextHolder{color:#c4c4c4}div.dark_rounded  p.pp_description{color:#fff}div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous{background:url(../styleImages/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next{background:url(../styleImages/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_rounded .pp_bottom .pp_left{background:url(../styleImages/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_middle{background:url(../styleImages/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_bottom .pp_right{background:url(../styleImages/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(../styleImages/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_top .pp_left,div.dark_square .pp_top .pp_middle,div.dark_square .pp_top .pp_right,div.dark_square .pp_bottom .pp_left,div.dark_square .pp_bottom .pp_middle,div.dark_square .pp_bottom .pp_right,div.dark_square .pp_content{background:url(../styleImages/prettyPhoto/dark_square/contentPattern.png) top left repeat}div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_square  p.pp_description{color:#fff}div.dark_square .pp_loaderIcon{background:url(../styleImages/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_content a.pp_expand{background:url(../styleImages/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_content a.pp_expand:hover{background:url(../styleImages/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_content a.pp_contract{background:url(../styleImages/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_content a.pp_contract:hover{background:url(../styleImages/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_content a.pp_close{width:75px;height:22px;background:url(../styleImages/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_previous{background:url(../styleImages/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_next{background:url(../styleImages/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_square .pp_content a.pp_next:hover{background:url(../styleImages/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_content a.pp_previous:hover{background:url(../styleImages/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_top .pp_left,div.light_square .pp_top .pp_middle,div.light_square .pp_top .pp_right,div.light_square .pp_bottom .pp_left,div.light_square .pp_bottom .pp_middle,div.light_square .pp_bottom .pp_right,div.light_square .pp_content{background:#fff}div.light_square .pp_content a.pp_expand{background:url(../styleImages/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_content a.pp_expand:hover{background:url(../styleImages/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_content a.pp_contract{background:url(../styleImages/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_content a.pp_contract:hover{background:url(../styleImages/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_content a.pp_close{width:75px;height:22px;background:url(../styleImages/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_previous{background:url(../styleImages/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_next{background:url(../styleImages/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_square .pp_content a.pp_next:hover{background:url(../styleImages/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_content a.pp_previous:hover{background:url(../styleImages/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;position:absolute;top:0;left:0;z-index:9500;width:100%}div.pp_pic_holder{position:absolute;z-index:10000;width:100px}div.pp_pic_holder .pp_top{position:relative;height:20px}* html div.pp_pic_holder .pp_top{padding:0 20px}div.pp_pic_holder .pp_top .pp_left{position:absolute;left:0;width:20px;height:20px}div.pp_pic_holder .pp_top .pp_middle{position:absolute;left:20px;right:20px;height:20px}* html div.pp_pic_holder .pp_top .pp_middle{position:static;left:0}div.pp_pic_holder .pp_top .pp_right{position:absolute;top:0;left:auto;right:0;width:20px;height:20px}div.pp_pic_holder .pp_content{position:relative;text-align:left;width:100%;height:40px}div.pp_pic_holder .pp_content .pp_details{display:none;margin:10px 15px 2px 20px}div.pp_pic_holder .pp_content .pp_details p.pp_description{display:none;float:left;margin:0}div.pp_pic_holder .pp_content .pp_details .pp_nav{float:left;margin:3px 0 0 0}div.pp_pic_holder .pp_content .pp_details .pp_nav p{float:left;margin:2px 4px}div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_previous,div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_next{float:left;display:block;width:14px;height:15px;overflow:hidden;text-indent:-10000px;margin-top:3px}div.pp_pic_holder .pp_content div.pp_hoverContainer{position:absolute;z-index:2000;top:0;left:0;width:100%}div.pp_pic_holder .pp_content a.pp_next{display:block;float:right;text-indent:-10000px;width:49%;height:100%;background:url(../styleImages/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat}div.pp_pic_holder .pp_content a.pp_previous{display:block;float:left;text-indent:-10000px;width:49%;height:100%;background:url(../styleImages/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat}div.pp_pic_holder .pp_content a.pp_expand,div.pp_pic_holder .pp_content a.pp_contract{position:absolute;z-index:20000;top:10px;right:30px;cursor:pointer;display:none;text-indent:-10000px;width:20px;height:20px}div.pp_pic_holder .pp_content a.pp_close{float:right;display:block;text-indent:-10000px}div.pp_pic_holder .pp_bottom{position:relative;height:20px}* html div.pp_pic_holder .pp_bottom{padding:0 20px}div.pp_pic_holder .pp_bottom .pp_left{position:absolute;left:0;width:20px;height:20px}div.pp_pic_holder .pp_bottom .pp_middle{position:absolute;left:20px;right:20px;height:20px}* html div.pp_pic_holder .pp_bottom .pp_middle{position:static;left:0}div.pp_pic_holder .pp_bottom .pp_right{position:absolute;top:0;left:auto;right:0;width:20px;height:20px}div.pp_pic_holder .pp_loaderIcon{display:none;position:absolute;top:50%;left:50%;margin:-12px 0 0 -12px;width:24px;height:24px}div.pp_pic_holder #pp_full_res{display:block;margin:0 auto;width:100%;text-align:center}div.pp_pic_holder #pp_full_res object,div.pp_pic_holder #pp_full_res embed{visibility:hidden}div.ppt{display:none;position:absolute;top:0;left:0;z-index:9999;color:#fff;font-size:17px}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */