body { background:#4d4d4d url(../images/pageBack.gif) repeat-x; background-position: top;}
a { text-decoration: none; color: #000000; }

.right {
	float: right;
}
.left {
	float: left;
}

.left20 {
	float: left;
	padding-right: 20px;
}

.right20 {
	float: right;
	padding-left: 20px;
}

.content-wrapper {
	padding: 20px;
	color: #4D4D4D;	
	background-color: #E6E6E6;
	width: 598px;
}

.col2-left-layout .content-wrapper,
.col2-right-layout .content-wrapper {
	padding: 20px;
	color: #4D4D4D;	
	background-color: #E6E6E6;
	width: 760px;
}

.clearer {
	clear: both;
}


/*
.col3-layout .content-wrapper p {
	width: 598px;
}

.col2-left-layout .content-wrapper p,
.col2-right-layout .content-wrapper p {
	width: 760px;
}
*/
.col1-layout .content-wrapper {
	width: 918px;
}

.content-wrapper h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 30px;
	color: #000000; /* #009992; */	
}

.content-wrapper h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #000000; /* #009992; */		
	margin-top: 30px;
}

.content-wrapper p {
	/*display: block;
	float: left;*/
	margin-bottom: 20px;
	line-height: 20px;
	color: #4D4D4D;	
	text-align: justify;
}

.content-wrapper ul.bullets {
	list-style-type: disc;
	margin-left: 15px;
}

.content-wrapper li {
	line-height: 20px;
}

.content-wrapper a {
	text-decoration: none;
	color: #565656;
	border-bottom: dotted 1px #565656;
}

.content-wrapper a:hover {
	border-bottom: dotted 1px #B50000;
	color: #B50000;
}

/* Layout ================================================================================= */
.wrapper {}
.page { width:960px; margin:0 auto;text-align:left;}
.page a { text-decoration: none; /*color: #333333; border-bottom: dotted 1px  #333333; */}
.page a.product-image { border: none; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; background: #ffffff;}
.main { }

/* Base Columns */ 
.col-left { float:left; width:160px;overflow:hidden;}
.col-main { float:left; padding:0px;}
.col-right { float:right; width:160px;}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; background: #ffffff; }

/* 2 Columns Layout */
.col2-left-layout { background:url(../images/content2columns-leftBack.gif) repeat-y; }
.col2-left-layout .col-main { float:right; width:800px; }

.col2-right-layout { background:url(../images/content2columns-rightBack.gif) repeat-y; }
.col2-right-layout .col-main { width:800px; }

/* 3 Columns Layout */
.col3-layout { width: 960px; background:url(../images/content3columnsBack.gif) repeat-y;}
.col3-layout .col-main { width:620px; float: left; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48%; }
.col2-set .col-2 { float:right; width:48%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input picFormatModule.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }


button.button {  	
	 float: left;  	
	 padding:0 0 0 12px; 	
	 height: 22px;  	
	 border: 0;  	
	 cursor: pointer;  	
	 text-align: center;  	
	 color: #000000;  	
	 background: transparent url(../images/button22GrayGreen.png) no-repeat;
	 background-position: top left; 
	 font:bold 12px/22px Arial, Helvetica, sans-serif;  	
	 overflow: visible;  	
}  	
	
button.button span {  	
	 display: block;  	
	 padding:0 12px 0 0; 	
	 height: 22px;  	
	 line-height: 22px;  	
	 white-space: nowrap;  	
	 background: transparent url(../images/button22GrayGreen.png) no-repeat;
	 background-position: top right; 
	 background-color: #ffffff;
}  	


button.button:hover /*:focus*/ {  	
	 background-position: bottom left;  	
}  	
	
button.button:hover span {  	
	 background-position: bottom right;  	
}  	
	
button.button:focus {  	
	/* margin-top: 1px;*/  	
}  	
	
button.button::-moz-focus-inner /* fixing evil default firefox padding */ {  	
	 padding:0;  	
	 border:none;  	
}  	



button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#000000; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:10px 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:normal; font-size:16px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs { 	
	list-style-type:none;
	display: block;
	height:30px;
	/*margin-bottom: 20px;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 10px;
	background: #CCCCCC;
}

.col2-left-layout .breadcrumbs,
.col2-right-layout .breadcrumbs {
	width: 780px;
}

.col3-layout .breadcrumbs {
	width:620px;
}

.breadcrumbs li { 
	border:0; 
	cursor:pointer; 
	text-align:center; 
	padding-left: 10px;
	
	height: 30px;
	display: inline;
	float: left;
	
	margin-right: 4px;
	/*background: transparent url(../images/breadcrump.png) top left no-repeat;*/
	background: transparent url(../images/breadcrump.gif) top left no-repeat;
	
}

.breadcrumbs li a,
.breadcrumbs li a.arrow {
	position: relative;
	display:block; 
	white-space:nowrap; 
	width:auto;
	float: left;
	height: 30px;
	line-height: 30px;
	
	padding-right: 14px; 
	text-decoration: none;
	color: #000000;
	 
	/*background: transparent url(../images/breadcrump.png) top right no-repeat;*/
	background: transparent url(../images/breadcrump.gif) top right no-repeat;
	background-color: #cccccc; 
	border: none;
}

.breadcrumbs li a.arrow {
	/*background: transparent url(../images/breadcrumpArrow.png) top right no-repeat;*/
	background: transparent url(../images/breadcrumpArrow.gif) top right no-repeat;
}

.breadcrumbs li:hover { background-position: bottom left; }
.breadcrumbs li:hover a.arrow { background-position: bottom right; }
.breadcrumbs li:hover a { background-position: bottom right; }

/* Page Heading */
.page-title {
	display: block;
	height:30px;
	/*margin-bottom: 20px;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	background: #CCCCCC;
	/*width: 940px;
	margin-left: -10px;
	margin-top: -10px;*/

/*border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 20px;*/

}
.page-title h1 {
	font-size: 18px;
	line-height:30px;
}

.checkout-types { float:right; line-height:30px; }
.checkout-types .button span { background-color: #CCCCCC; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { line-height: 30px; height: 30px; background-color: #D9D9D9; margin:5px 0; text-align:center; }
.pager .contentWrapper { display: block; float: left; width: 588px; height: 30px; }
.pager .amount { padding-left: 10px; float:left; line-height: 30px; height: 30px; }
.pager .limiter { display: block; height: 30px; width: 150px; float:right; }
.pager .pages { padding-left: 10px; display: block; height: 30px; float: right; width: 250px; }
.pager .pages strong {float: left; padding-left:10px; }
.pager .pages ol { display: inline; }
.pager .pages li {display: block; float: left; line-height: 22px; height: 22px; width: 22px; margin-top:4px; margin-left: 3px; }
.pager .pages li a { display: block;   text-align: center;  border: none; background:url(../images/prodNavBtn.gif) no-repeat top;}
.pager .pages li.current,
.pager .pages li a:hover { background:url(../images/prodNavBtn.gif) no-repeat bottom; }
.pager .leftBorder,
.pager .rightBorder,
.sorter .leftBorder,
.sorter .rightBorder { display: block; width: 5px; height: 30px; float: left; }

.pager .leftBorder,
.sorter .leftBorder { background: url(../images/prodNavBckL.gif) no-repeat; }

.pager .rightBorder,
.sorter .rightBorder { background: url(../images/prodNavBckR.gif) no-repeat; }
/*
prodNavBtn
prodNavBckR.gif
prodNavBckL.gif
*/
/* Sorter */ 
.sorter { line-height: 30px; height: 30px; background-color: #D9D9D9; margin:5px 0; }
.sorter .contentWrapper { display: block; float: left; width: 588px; height: 30px; }
.sorter .view-mode { float:left; display: block;  }
.sorter .sort-by { float:right; display: block; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #B2B2B2; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #B2B2B2; }
.data-table thead, .data-table tfoot, .data-table thead .button span, .data-table tfoot .button span { background-color:#CCCCCC; }
.data-table tbody {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd { background-color:#e6e6e6; }
.data-table tr.even { background-color:#e6e6e6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }


/* Lists Decoration */
li.odd {}
li.even { /*background-color:#C6C6C6; */}
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#C6C6C6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }


	

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; display: block; width: 110px; height: 99px;}
.header-container { }
.header { }
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; margin: 10px; }
.header .logo a { display:block; width: 110px; height: 99px;}
.header .welcome-msg { color: #E6E6E6; font-weight:bold; text-align:right; padding-top:70px; }

.header .links { float:right; }
.header .links a { color: #E6E6E6; border-bottom: dotted 1px #E6E6E6;}
.header .links a:hover { text-decoration: none; }
.header .links li { display: inline; float:left; margin-left: 8px; padding-right: 8px; border-right: solid 1px #F3D56F;}
.header .links li.last { display: inline; float:left; margin-left: 8px; border-right: none; padding-right:0px;}

.header .flags {}
.header .flags a { text-decoration: none; border: none; padding: 0 2px;  } 
.header .flags a img { /* width: 25px; height: 15px;*/margin-top: 3px; }


.header .form-search { text-align:center; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }

.header .contact { float: right; color: #e6e6e6; padding-top: 15px;}
.header .contact h1 { font-weight: bold; }

/********** < Navigation */
#nav { font-size:12px; border:1px solid #ddd; padding:5px 0; margin:10px 0; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin-left: 1px;width: 136px; background: url(../images/sideBlockSep.gif) bottom center no-repeat; /*#B3B3B3; */ /*margin-bottom: 10px; */padding: 10px; display: block; float: left; padding-bottom:20px; padding-top:20px;}
.block .block-title {  }
.block h2 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; line-height: 16px; margin: 0px; margin-bottom: 10px;  }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.col-left .block { border-right: solid 1px #808080; }
.col-right .block { border-left: solid 1px #808080; }

.sidebar .hSep {
	height: 5px;
	background: url(../images/sideBlockSep.gif) center no-repeat;
}

.sidebar .button span,
.sidebar a.button22GrayGreen span {
	background-color: #808080; 
}


.block a {
	text-decoration: none;
	color: #000000;
}



.block li {
	list-style-type: disc;
	margin-left: 10px;
	color: #000000;
}

.block a:hover {
	border-bottom: dotted 1px #000000;
}

.block input {
	width: 130px;
	height: 16px;
	padding-top: 4px;
	
	border: solid 1px #4d4d4d;
	margin-bottom: 10px;
	color: #4d4d4d;
}

/* Side Navigation */
#vert_nav {
	list-style-type:none;
	/*margin-bottom: 20px;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	float:left;
	display: block;
	width: 160px;
	background: url(../images/sideBlockSep.gif) bottom center no-repeat;
}

#vert_nav ul.level0 {
	display: none;
}

#vert_nav ul.level0.active {
	display: none;
}

#vert_nav li a {
	display: inline;
	float: left;
	
	width: 130px;
	height: 28px;
	
	padding-left: 12px;
	
	margin-left: 3px;
	margin-bottom: 5px;
}

#vert_nav li a span {
	color: #000000;
	
	display: inline;
	float: left;
	
	width: 130px;
	height: 28px;
	
	line-height: 28px;
	/*margin-left: -10px;*/
	/*padding-left: 10px;*/
	padding-right: 9px;
	
	
}

#vert_nav li a:hover {
	background: url(../images/buttonBigBckLeft.gif) no-repeat;
	background-position: top left;
/*	padding-left:10px;*/
}

#vert_nav li a:hover span {
	background: url(../images/buttonBigBckRight.gif) no-repeat;
	background-position: top right;
	/*padding-right:10px;*/
}

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; }

.mini-products-list .product-details { clear: both; display: block; }
.mini-products-list .product-details h4 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; font-weight: normal; margin:0;}
.mini-products-list .product-details .btn-remove { /*float:right;*/ }

/* Send to friend */
.send-to-friend { padding: 10px; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}

.block-compare button:hover, 
.block-compare a:hover { border:none; }

.block-compare li { list-style-type: none; margin-left:0px; padding:5px 0; }

.block-compare table,
.block-cart table { margin: 0px 0px 8px -4px; }

.block-compare tr.bottom,
.block-cart tr.bottom,
.block-compare tr.top,
.block-cart tr.top { height: 11px; }

.block-compare tr.item td.product,
.block-cart tr.item td.product { padding: 3px 8px 0px 14px; }

/* BACKGROUND posebej za TD, drugace problem v Safari-ju */
.block-compare tr.top td.product { background: url(../images/blueShdwListTop.gif) top left no-repeat; }
.block-compare tr.top td.remove { background: url(../images/blueShdwListTop.gif) top right no-repeat; }

.block-cart tr.top td.product { background: url(../images/yellowShdwListTop.gif) top left no-repeat; }
.block-cart tr.top td.remove { background: url(../images/yellowShdwListTop.gif) top right no-repeat; }


.block-compare tr.bottom td.product { background: url(../images/blueShdwListBtm.gif) top left no-repeat; }
.block-compare tr.bottom td.remove { background: url(../images/blueShdwListBtm.gif) top right no-repeat; }

.block-cart tr.bottom td.product { background: url(../images/yellowShdwListBtm.gif) top left no-repeat; }
.block-cart tr.bottom td.remove { background: url(../images/yellowShdwListBtm.gif) top right no-repeat; }

.block-compare tr.item td.product { background: url(../images/blueShdwListBck.gif) left repeat-y; }
.block-compare tr.item td.remove { background: url(../images/blueShdwListBck.gif) right repeat-y; }

.block-cart tr.item td.product { background: url(../images/yellowShdwListBck.gif) left repeat-y; }
.block-cart tr.item td.remove { background: url(../images/yellowShdwListBck.gif) right repeat-y; }

.block-compare tr.item td.product a,
.block-cart tr.item td.product a { font-family: Georgia,"Times New Roman",Times,serif; font-size: 14px; }

.block-compare tr.item td.product a:hover,
.block-cart tr.item td.product a:hover { border-bottom: dotted 1px #4D4D4D; }
.block-cart tr.item td.product .product-image:hover { border: none; }

.block-compare td.remove,
.block-cart td.remove { width: 26px; }

.block-compare td.product, 
.block-cart td.product { width: 93px; line-height: 18px; }

.block-compare a.xBtn,
.block-cart a.xBtn {
	display: block;
	height: 16px;
	width: 18px;
	background: url(../images/btnXdarkBck.gif) top no-repeat;
	margin: -1px 0px 0px 3px;
}

.block-compare a.xBtn:hover,
.block-cart a.xBtn:hover {
	background: url(../images/btnXdarkBck.gif) bottom no-repeat;
}

/*
.gif
yellowShdwListBtm.gif
greenShdwListBtm.gif
blueShdwListBtm.gif
yellowShdwListTop.gif
yellowShdwListBck.gif
greyShdwListTop.gif
greyShdwListBtm.gif
greyShdwListBck.gif
greenShdwListTop.gif
greenShdwListBck.gif
blueShdwListTop.gif
*/

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe { margin-top: 0px; }
.block-subscribe input { width: 130px; margin-bottom: 10px; }
.block-subscribe p { margin-bottom: 10px; }
.block-subscribe .validation-advice { /*color: #E57F7F; */ background-color: #E6E6E6; margin-bottom:10px; padding:5px; padding-left: 15px; width: 115px;}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }
/* ======================================================================================= */



/* Category Page ========================================================================= */
.category-title { /*border-bottom:1px solid #ddd; margin:0 0 10px;*/ }
.category-image { display:block; margin:0 auto; }
.category-products {
	/*padding-left: 10px;
	padding-right: 10px;*/
}

.category-products .product-name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}

.category-products a {
	text-decoration: none;
	color: #565656;
}

.category-products a:hover {
	border-bottom: dotted 1px #565656;
}

.category-description {
/*	padding: 20px;
	color: #565656;*/
}

.category-description h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #000000;	
}

.category-description ul {
	margin-bottom: 30px;
	list-style-type: disc;
	margin-left: 10px;
}

.category-description p {
	/*margin-bottom: 30px;
	line-height: 16px;*/
}


/* View Type: Grid */
#products-grid-table {

}

.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { /*background-color:#f6f6f6; */}
.products-grid td { width:33%; /*border:1px solid #ddd;*/ padding:0px; padding-bottom:50px; text-align: center;}
.products-grid td.empty {}

/* View Type: List */
.products-list li.item { /*border:1px solid #ddd;*/ padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:left; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {padding: 10px; width:780px;}
	
.product-essential {}
.product-collateral {}

/* Product Images */

/*
.product-view .product-img-box { float:left; width:267px; }*/
.product-view .product-img-box .product-image { text-align: center;}
.product-view .product-img-box .product-image img { /*border:1px solid #ddd;*/ }
/*.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }
*/
.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:left;/* width:775px; */}
.product-view .product-name {}
.product-view .short-description {}

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-txt {}
.price-box { width:200px; display: block; float:left;}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { float: left; display: block; padding-right: 8px;}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to { float: left; display: block; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* Product Options */
.product-options { padding:0; margin:0; /*border:1px solid #ddd; background-color:#f6f6f6; */ }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0;  }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list { }
.product-options .options-list li { line-height: 12px; height: 12px; margin-bottom: 5px; display: block; float:left; width: 274px; background: none; }
.product-options .options-list input.radio { margin-right: 8px; float:left; display: inline; /*width: 10px; height: 10px;*/ }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:inline;}
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { display:none; }
.product-options .options-list .option-price { height:25px; line-height:25px; display:block; float:right; width:83px; text-align: right; font-weight:bold; }

.product-options-bottom { width: 270px; margin-left: 4px; padding:10px; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {}

/* Block: Additional */	
.product-view .additional {}

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; line-height:1.5; }

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart { padding: 20px; background: #E6E6E6; }
.cart .checkout-types { float:right; text-align:right; }
.cart table button {  margin: 0px 4px; }
.cart button span { background-color: #E6E6E6; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { /*padding:25px 0 0;*/ }
.cart .cart-collaterals .col2-set { float:left; width:635px; }
.cart .cart-collaterals .col2-set .col-2 { width:284px; }
.cart .cart-collaterals h2 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; padding-bottom: 10px; }
.cart .cart-collaterals p { margin-bottom: 10px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping { background: url(../images/lgreenBoxTopShdw.gif) top repeat-x #BDDAD4; border: solid 1px #7BB6A9; padding: 10px; }
.cart .shipping button span { background-color: #BDDAD4; }
.cart .discount { background: url(../images/couponBack.gif) top left no-repeat; border: solid 1px #959736; padding: 10px; margin: 20px 0px; }
.cart .discount button { float: right; }
.cart .discount input { width: 254px; }
.cart .discount button span { background-color: #CACB9A; }

/* Shopping Cart Totals */
.cart .totals { width: 240px; background: url(../images/yellowBoxTopShdw.gif) top repeat-x #F9EAB7; float:right;  border: solid 1px #F1CF5B; padding: 10px; margin: 20px 0px; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.cart .totals .checkout-types .button { float: right; }
.cart .totals .checkout-types li {text-align: right; width: 240px; display: block; float: right;}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */

/** BEGIN copy from RACMAN **/
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.checkout-wrapper { padding: 20px;}
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress dd.complete {}
.block-progress p { margin:0; }

.opc .buttons-set { margin-top:0; padding-top: 2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(../images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(../images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .active .step-title h2 { color:#f18200; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:240px; padding:14px 21px; background:#faf7ee url(../images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
.account-login .new-users h2 { background-image:url(../images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(../images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#e65505; }

.dashboard .box .box-title { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(../images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(../images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(../images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(../images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:normal; font-size:16px; color:#e26703; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 5px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { font-weight:bold; font-size:13px; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { float:right; color:#1e7ec8; font-weight:normal; }
.order-items p .link-print { float:none; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:5px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */
/** END copy from RACMAN **/

/* Footer ================================================================================ */
.footer { color: #E6E6E6; padding:10px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul { float:left; padding:0 20px 0 0; }
.footer a { color: #E6E6E6; border-bottom: dotted 1px #E6E6E6; }
/* ======================================================================================= */

/* PicFormat module ================================================================================ */

#picFormatModule {
	float: left;
	display: block;
	background: #333333;
	/*border: solid 1px #808080;*/ 
	padding: 4px;
	width: 294px;
}


#picFormatModule .header {
	text-align: center;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	display: block;
	float: left;
	width: 294px;
	
	padding-top: 15px;
	padding-bottom: 15px;
	
}

#picFormatModule .step h1 {
	text-align: left;
	display: block;
	width: 294px;
	height: 37px;
	cursor:pointer;
	background: url(../images/picFormatSelector.gif) no-repeat;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 33px;
	font-size: 16px;
	float: left;	
}


#picFormatModule .step  h1:hover {
	background: url(../images/picFormatSelectorGreen.gif) no-repeat;
}

#picFormatModule .step  h1.current {
	background: url(../images/picFormatSelectorActive.gif) no-repeat;
}

#picFormatModule .step h1 a {
	text-decoration: none;
	color: #000000;
	padding-left: 8px;
}


#picFormatModule .content {
	display: block;
	float: left;
	width: 284px;
	background: url(../images/picFormatSelectorActiveBck.gif) repeat-y;
	padding: 5px;
	padding-bottom:0px;
	padding-top:0px;
}

#picFormatModule .content .arrow {
	display: block;
	float: left;
	margin-left: -5px;
	width: 294px;
	height:11px;
	line-height:0px;
	font-size:0px;
	padding:0px;
	background: url(../images/picFormatSelectorActiveArrow.gif) bottom no-repeat;
	/*background-color: red;*/
}

#picFormatModule .step {
	display: block;
	float: left;
	/*width: 760px;*/
}

#picFormatModule .addToCart {
	display: block;
	float: left;
	width: 294px;
	/*padding: 10px;*/
	background: url(../images/picFormatPriceBottom.gif) bottom no-repeat #808080;
	color: #000000;
	padding-bottom: 6px;
}

#picFormatModule .add-to-cart {
	float: left;
}

#picFormatModule .addToCart .addToCartTop {
	display: block;
	float: left;
	width: 294px;
	height: 6px;
	background: url(../images/picFormatPriceTop.gif) top no-repeat;
}

#picFormatModule .addToCart a.addToCartButton {
	display: block; 
	float: left;
	width: 63px;
	height: 31px;
	background: url(../images/picFormatAddToCart.jpg) top no-repeat;
	color: #000000;
	padding-left: 28px;
	line-height:31px;
	margin-left:3px;
}

#picFormatModule .addToCart a.addToCartButton:hover {
	background: url(../images/picFormatAddToCart.jpg) bottom no-repeat;
}

#picFormatPriceForQuantity {
	float: right;
	text-align: right;
	overflow: hidden;
	width: 70px;
	padding-right:5px;
	height: 31px;
	
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 31px;
	/*font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;*/
}

#picFormatModule .addToCart .quantityInput {
	display: inline; 
	float: left;
	width: 180px;
	height: 31px;
	line-height: 31px;
	margin-left:5px;
	background: url(../images/picFormatQuantity.gif) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-left:10px;
	
	
}

#picFormatModule .addToCart .quantityInput input {
	display: block; 
	float: left;
	border: none;
	
	margin-top:3px;
	padding:0;
	padding-top: 5px;
	padding-bottom: 4px;
	
	width: 33px;
	height: 24px;
	background: url(../images/picFormatInput.gif) no-repeat;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	
	/*line-height: 24px;*/
	font-size: 12px;
	text-align: center;
}


#picFormatModule .suggested_configurations {
	display: none;
	float: left;
	/*width: 284px;*/
	padding-left: 18px;
}

#picFormatModule .priceFormat table h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}

#picFormatModule .priceFormat table h2 {
	font-size: 12px;
	font-weight: bold;
}

#picFormatModule .priceFormat table {
	width: 274px;	
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	/*border-bottom: solid 1px #ffffff;*/
	/*background: #cccccc;*/
}

#picFormatModule .priceFormat table ul {
	list-style-type: disc;
}
#picFormatModule .priceFormat table li {
	margin-left: 12px;
}

#picFormatModule .priceFormat table th,
#picFormatModule .priceFormat table td {
	padding-left: 2px;
	padding-right: 2px;
}

#picFormatModule .priceFormat table th {
	/*font-weight: bold;*/
	width: 80%;
}

#picFormatModule .priceFormat table tr {
	/*border-bottom: dotted 1px #ababab;*/
	line-height: 22px;
}

#picFormatModule .priceFormat table .firstRow {
	border-bottom: solid 1px #000000;
	font-weight: bold;
}

#picFormatModule .priceFormat table .lastRow {
	border-top: solid 1px #000000;
	font-weight: bold;
}
}

.bold {
	font-weight: bold;
}

.textLeft {
	text-align: left;
}

 .textRight {
	text-align: right;
}

a.button22GrayGreen {
	display: block;
	padding-left: 10px;
	float: left;
	
	line-height: 22px;
	height: 22px;
	background: url(../images/button22GrayGreen.png) no-repeat; 
	background-position: top left;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	overflow: visible;
	text-align: center;
	border: none;
}

a.button22GrayGreen span {
	white-space: nowrap; 
	background: url(../images/button22GrayGreen.png) no-repeat;
	line-height: 22px;
	padding-left: 5px;
	margin-left: -5px;
	padding-right: 10px;
	display: block;
	background-position: top right;
}

a.button22GrayGreen:hover {
	background-position: bottom left;
	border: none;
	color: #000000;
}
a.button22GrayGreen:hover span {
	background-position: bottom right;
}


a.button28Y-E6 {
	display: block;
	padding-left: 10px;
	float: left;
	
	text-align: center;
	overflow: visible;
	
	line-height: 28px;
	height: 28px;
	background: url(../images/button28Y-E6-L.gif) no-repeat; 
	background-position: top left;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	border:none;
}
a.button28Y-E6 span {
	background: url(../images/button28Y-E6-R.gif) no-repeat; 
	line-height: 28px;
	padding-left: 5px;
	margin-left: -5px;
	padding-right: 10px;
	display: block;
	background-position: top right;
}


a.button28Y-E6:hover {
	background-position: bottom left;
	text-decoration:none;
	border:none;
}

a.button28Y-E6:hover span {
	background-position: bottom right;
}

a.button22YellowBck {
	display: block;
	padding-left: 10px;
	float: left;
	text-align: center;
	overflow: visible;
	
	line-height: 22px;
	height: 22px;
	background: url(../images/button22YellowBckLeft.gif) no-repeat; 
	background-position: top left;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a.button22YellowBck span {
	background: url(../images/button22YellowBckRight.gif) no-repeat;
	line-height: 22px;
	padding-left: 5px;
	margin-left: -5px;
	padding-right: 10px;
	display: block;
	background-position: top right;
}

a.button22YellowBck:hover {
	background-position: bottom left;
}
a.button22YellowBck:hover span {
	background-position: bottom right;
}

.total_price_wrapper {
	width: 140px;
	display: block;
	text-align: right;
	font-weight: bold;
}

#picFormatModule input {
}

#paper-list li,
#moulding-list li,
#matting-list li,
#glass-list li {line-height:0; display: block; float:left; width: 84px; height: 84px; margin: 4px; /*padding: 3px;*/ background-color: #ffffff; border: solid 1px #878787;}

#paper-list input,
#moulding-list input,
#matting-list input,
#glass-list input { display: none; }

#paper-list li img,
#moulding-list li img,
#matting-list li img,
#glass-list li img { display: inline; width:74px; height:74px; padding:2px; float:left; border: solid 3px #ffffff; background-color: #ffffff;} 

#paper-list li img:hover,
#moulding-list li img:hover,
#matting-list li img:hover,
#glass-list li img:hover { border: solid 3px #333333; cursor: pointer; }
/*#glass-list li img:hover .active { border: solid 3px #959736; }*/

#paper-list li.active img,
#moulding-list li.active img,
#matting-list li.active img,
#glass-list li.active img { border: solid 3px #FFD561; cursor: pointer; }

#paper-list li span,
#moulding-list li span,
#matting-list li span,
#glass-list li span {background-color: white; color: #555555; display: inline; line-height: 12px; height: 12px; margin-top: -19px; margin-right:5px; float: right; /*width: 64px;*/ padding:2px; text-align: right;}

#moulding-navigation-bar li.active,
#paper-navigation-bar li.active,
#matting-navigation-bar li.active,
#glass-navigation-bar li.active { background: url(../images/buttonSmallLeft.gif) no-repeat; background-position: bottom left;}

#moulding-navigation-bar li.active a, 
#paper-navigation-bar li.active a,
#matting-navigation-bar li.active a,
#glass-navigation-bar li.active a { background: url(../images/buttonSmallRight.gif) no-repeat; background-position: bottom right;}


#moulding-description,
#paper-description,
#matting-description,
#glass-description { 
	padding: 5px;
	width: 284px;
	display: inline;
	float: left;
}

#moulding-description h2,
#paper-description h2,
#matting-description h2,
#glass-description h2 {
	margin: 0;
	margin-bottom: 6px;
	font:14px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#moulding-description ul,
#paper-description ul,
#matting-description ul,
#glass-description ul {
	list-style: disc;
	margin-left: 15px;
}


#moulding-navigation-bar {display: block; margin-left: 3px; width: 260px; float: left; background:#e6e6e6; padding: 8px; border: solid 1px #b2b2b2; }

#moulding-navigation-bar ul {list-style-type:none; font-size: 12px; }
#moulding-navigation-bar li {
	display: inline; 
	float: left;
	height: 22px;
	
	background: url(../images/buttonSmallLeft.gif) no-repeat;
	background-position: top left;
	padding-left:8px;
	
	margin-right: 2px;
	margin-bottom: 2px;
	text-align: center;
}

#moulding-navigation-bar li a {
	display: block;
	float: left;
	height: 22px;
	
	width: 16px;
	
	text-decoration: none;
	line-height: 22px;
	
	color: #000000;
	margin-left: -8px;
	padding-left: 8px;/*1px; /*glej li padding*/
	padding-right: 8px;
	background: url(../images/buttonSmallRight.gif) top right no-repeat;
	
	border: none;
}


#moulding-navigation-bar li:hover { background: url(../images/buttonSmallLeft.gif) bottom left no-repeat;}
#moulding-navigation-bar li:hover a { background: url(../images/buttonSmallRight.gif) bottom right no-repeat;}



/*----*/


#paper-navigation-bar {display: block; margin-left: 3px; width: 260px; float: left; background:#e6e6e6; padding: 8px; border: solid 1px #b2b2b2; }
#paper-navigation-bar ul {list-style-type:none; font-size: 12px; }
#paper-navigation-bar li {
	display: block; 
	float: left;
	height: 22px;
	
	background: url(../images/buttonSmallLeft.gif) no-repeat;
	background-position: top left;
	padding-left:8px;
	
	margin-right: 2px;
	margin-bottom: 2px;
}

#paper-navigation-bar li a {
	display: block;
	float: left;
	height: 22px;
	width: 10px;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
	
	color: #000000;
	margin-left: -8px;
	padding-left: 8px;/*1px; /*glej li padding*/
	padding-right: 8px;
	background: url(../images/buttonSmallRight.gif) no-repeat;
	background-position: top right;
	
	border: none;
}


#paper-navigation-bar li:hover { background: url(../images/buttonSmallLeft.gif) no-repeat; background-position: bottom left;}
#paper-navigation-bar li:hover a { background: url(../images/buttonSmallRight.gif) no-repeat; background-position: bottom right;}

/*----*/


#matting-navigation-bar {display: block; margin-left: 3px; width: 260px; float: left; background:#e6e6e6; padding: 8px; border: solid 1px #b2b2b2; }
#matting-navigation-bar ul {list-style-type:none; font-size: 12px; }
#matting-navigation-bar li {
	display: block; 
	float: left;
	height: 22px;
	
	background: url(../images/buttonSmallLeft.gif) no-repeat;
	background-position: top left;
	padding-left:8px;
	
	margin-right: 2px;
	margin-bottom: 2px;
}

#matting-navigation-bar li a {
	display: block;
	float: left;
	height: 22px;
	width: 10px;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
	
	color: #000000;
	margin-left: -8px;
	padding-left: 8px;/*1px; /*glej li padding*/
	padding-right: 8px;
	background: url(../images/buttonSmallRight.gif) no-repeat;
	background-position: top right;
	
	border: none;
}


#matting-navigation-bar li:hover { background: url(../images/buttonSmallLeft.gif) no-repeat; background-position: bottom left;}
#matting-navigation-bar li:hover a { background: url(../images/buttonSmallRight.gif) no-repeat; background-position: bottom right;}

/*----*/



#glass-navigation-bar {display: block; margin-left: 3px; width: 260px; float: left; background:#e6e6e6; padding: 8px; border: solid 1px #b2b2b2; }
#glass-navigation-bar ul {list-style-type:none; font-size: 12px; }
#glass-navigation-bar li {
	display: block; 
	float: left;
	height: 22px;
	
	background: url(../images/buttonSmallLeft.gif) no-repeat;
	background-position: top left;
	padding-left:8px;
	
	margin-right: 2px;
	margin-bottom: 2px;
}

#glass-navigation-bar li a {
	display: block;
	float: left;
	height: 22px;
	width: 10px;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
	
	color: #000000;
	margin-left: -8px;
	padding-left: 8px;/*1px; /*glej li padding*/
	padding-right: 8px;
	background: url(../images/buttonSmallRight.gif) no-repeat;
	background-position: top right;
	
	border: none;
}


#glass-navigation-bar li:hover { background: url(../images/buttonSmallLeft.gif) no-repeat; background-position: bottom left;}
#glass-navigation-bar li:hover a { background: url(../images/buttonSmallRight.gif) no-repeat; background-position: bottom right;}

/* ======================================================================================= */


/* BEGIN for standard products without picFormat module */
#product-only-img-info-wrappe .prodInfoWrapper {
	margin-bottom:20px;
}
#product-only-img-info-wrapper {
	width: 750px;
	display: block;
	float: left;
	color: #565656;
}

#product-only-img-info-wrapper ul {
	list-style-type: disc;
	margin-left:20px;
}

#product-only-img-info-wrapper .product-img-box {
	width: 310px;
	text-align: center;
	float: left;

}

#product-only-img-info-wrapper  h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	color: black;
}
#product-only-img-info-wrapper .short-description {
	margin-bottom:20px;
}

#product-only-img-info-wrapper .product-img-box .more-views {
	padding: 5px;
	margin-top: 10px;
	background: url(../images/gradWtoE6.gif) bottom repeat-x;

}

#product-only-img-info-wrapper .product-img-box .more-views img {
	border: solid 1px #b4b4b4;	
	padding: 4px;
	margin-right: 3px;
	background: #e6e6e6;
}

#product-only-img-info-wrapper .product-img-box .more-views h4 {
	text-align: left;
	font-size: 12px;
	font-weight:normal;
	margin-bottom: 8px;
}

#product-only-img-info-wrapper .product-img-box .more-views ul {
	list-style-type:none;
	margin-left:0px;
}
#product-only-img-info-wrapper .product-img-box .more-views li {
	float: left;
}

#product-only-img-info-wrapper .product-shop,
#product-only-img-info-wrapper .product-info-box,
#product-only-img-info-wrapper #product-options-wrapper.product-options, 
#product-only-img-info-wrapper .add-to-cart-box {
	width: 410px;
	float: left;
	display: block;
	padding: 10px;
	
}

#product-only-img-info-wrapper #product-options-wrapper.product-options,
#product-only-img-info-wrapper .add-to-cart-box {
	/*border: solid 1px black;*/
	background: #CCC;
	margin-left: 10px;
	width: 400px;
}

#product-only-img-info-wrapper .add-to-cart-box {
	margin-left: -4px;
}

#product-only-img-info-wrapper .product-options,
#product-only-img-info-wrapper .product-options-bottom {
	width: 200px;
	float: left;
	display: block;
}


#product-only-img-info-wrapper a.addToCartButton {
	display: block; 
	float: left;
	width: 96px;
	height: 31px;
	background: url(../images/addToCart.gif) top left no-repeat;
	color: #000000;
	padding-left: 25px;
	line-height:31px;
}

#product-only-img-info-wrapper a.addToCartButton:hover {
	background: url(../images/addToCart.gif) bottom left no-repeat;
}

#product-only-img-info-wrapper .quantityInput {
	display: block; 
	float: left;
	height: 25px;
	line-height: 33px;
	margin-left:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#product-only-img-info-wrapper .quantityInput input {
	display: block; 
	float: right;
	border: none;
	
	margin-top:3px;
	padding:0;
	margin-left: 10px;
	width: 33px;
	height: 25px;
	background: url(../images/qtyInput.gif) center no-repeat;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	line-height:25px;
	font-size: 12px;
	text-align: center;
}



/* END for standard products without picFormat module */

#product-img-info-wrapper {
	width: 464px;
	display: block;
	float: right;
	padding-left: 11px;
	color: #565656;
	
	text-align: center;
	
}

#product-img-info-wrapper h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
}

#product-img-info-wrapper .info {
	/*padding-left: 100px;*/
	padding-top: 20px;
	text-align: center;
/*	font-family:*/ 
}

#product-img-info-wrapper a {
	text-decoration: none;
	color: #565656;
}
	

#product-img-info-wrapper a:hover {
	border-bottom: dotted 1px #565656;
}

#product-img-info-wrapper h1 {
	
	font-size: 16px;
}

#product-info {
	/*width: 430px;*/
	/*display: block;
	float: left;
	clear:both;*/
}

/* intro ================================================================================ */
#introTeaser {
	background: url(../images/teaserNavBck.gif) bottom repeat-x;
}
/*
#introTeaser li.pictures {
	display: block;
	float: left;
	width: 422px;
	height: 320px;
	background: url(../images/01-slike.jpg) no-repeat;
	margin-left: -20px;
	margin-top: -20px;
	padding-top: 80px;
	padding-left: 30px;
	padding-right: 360px;
}


#introTeaser li.cards {
	display: block;
	float: left;
	width: 422px;
	height: 320px;
	background: url(../images/02-cestitke.jpg) no-repeat;
	margin-left: -20px;
	margin-top: -20px;
	padding-top: 80px;
	padding-left: 360px;
	padding-right: 30px;
}
*/
#introTeaserNav {
	display: block;
	width:802px;
	height: 40px;
	line-height:40px;
	/*background: url(../images/teaserNavBck.gif) repeat-x;*/
	margin-left:10px;
	margin-top:-40px;
}


#introTeaserNav a {
	display: block;
	float: left;
	width:20px;
	height:20px;
/*	background: url(../images/teaserNavBtn.gif) no-repeat;*/
	margin-top:10px;
}

#introTeaserNav a.active  {
/*background: url(../images/teaserNavBtnActive.gif) no-repeat;*/
	}

/*
#introPictures {
	display: block;
	width: 720px;
	height: 420px;
	background: url(../images/bckIntroPictures.jpg) no-repeat;
	
	padding: 40px;
	float: left;
}

#introPictures .textBox,
#introPostcards .textBox, 
#introOthers .textBox {
	background: #D3D4AC;
	border: solid 1px #959736;
	
	width: 278px;
	padding: 10px;
	display: block;
	float: left;
}


#introPictures .textBox .border,
#introPostcards .textBox .border,
#introOthers .textBox .border {
	border: dashed 1px #959736;
	padding: 10px;
}

#introPictures .textBox h1,
#introPostcards .textBox h1,
#introOthers .textBox h1{
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 10px;
}

#introPictures .textBox p,
#introPostcards .textBox p,
#introOthers .textBox p {
	margin:0;
}

#introPictures .pictureSample {
	display: block;
	float: left;
	width: 380px;
	padding-left: 40px;
	text-align: center;
	
}


#introPictures .textBox ul,
#introPostcards .textBox ul,
#introOthers .textBox ul {
	margin:0px;
	margin-top: 10px;
	
}

#introPostcards {
	display: block;
	width: 720px;
	background: #B8D8D0;
	
	padding: 40px;
	float: left;
}

#introPostcards .textBox {
	background: #A8CFC6;
	border: solid 1px #6B9E92;
}

#introPostcards .textBox .border {
	border: dashed 1px #6B9E92;
}

#introOthers {
	display: block;
	width: 720px;
	background: #ffe69f;
	
	padding: 40px;
	float: left;
}

#introOthers .textBox {
	background: #ffe088;
	border: solid 1px #f0be2f;
}

#introOthers .textBox .border {
	border: dashed 1px #f0be2f;
}*/


/* END intro ================================================================================ */


/* Artiko Category List */
.contentCategoryList h1 {
	margin:0px;
	line-height:18px;
	padding:0px;
}

.contentCategoryList ol {
	margin-bottom: 20px;
}

.contentCategoryList .categoryImageList {
	display: block;
	width: 120px;
	height: 120px;
	float: left;
	margin: 13px;
	margin-bottom: 30px;
}

.contentCategoryList .categoryImageList a {
	text-align: center;
	display: block;
	width: 120px;
	height: 120px;
	border: solid 1px #cccccc;
}

/* Artiko Category ABC List */
.contentCategoryList {
	width: 590px;
}

.contentCategoryList h1 {
	margin:0px;
	line-height:18px;
	padding:8px;
	font-size: 30px;
}

.contentCategoryList ol.categoryImageABClist {
	margin-bottom: 40px;
	background: #cccccc;
	display: block;
	width: 590px;
	padding:0;
}

.contentCategoryList ol.categoryImageABClist li {
	display: inline;
	width: 178px;
	height: 150px;
	float: left;
	margin: 8px;
	border: solid 1px #808080;
}

.contentCategoryList ol.categoryImageABClist li a {
	text-align: left;
	overflow: hidden;
	display: block;
	width: 178px;
	line-height: 30px;
	font-size: 12px;
	height: 150px;
	color: white;
	background: #808080;
	border: none;
}


/* ARTIKO Feutered products (extension by INCHOO) */
.feauteredProductsWrapper {
	padding: 20px;
	float: left;
	
}

.feauteredProductsWrapper h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 24px;
	margin-bottom: 20px;
}

.feauteredProductsWrapper a {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	padding:10px;
}

.feauteredProductsWrapper img {
}

/* BEGIN popArt */
#popArtContent h2 {
	color: #e5007d;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#popArtContent p {
}

#popArtContent blockquote {
	/*background-image: url(../images/quoteBack.gif);*/
	background-color: #f1f1f1;
	background-repeat: repeat-y;
	font-style: italic;
	width: 320px;
	padding: 10px;
	padding-left: 5px;
	display:block;
	float:right;
	
	}
	
#popArtContent blockquote p {
	background-image: url(../images/quoteOpen.gif);
	background-position: left 0px;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom:10px;
	text-align:left;
}


#popArtContent blockquote .quoteClose {
	padding-left:5px;
}

#popArtContent blockquote .quoteSource {
	font-size: 10px;
	padding-left: 15px;
	
}

#popArtContent ol {
	list-style-type: decimal;
	margin-left: 20px;
}

.popArtTitleM {
	background: url(../images/popArtTitle-M-L.gif) left no-repeat;
	line-height:43px;
	padding-left: 26px;
	color: white;
	clear:both;
	display:block;
	height:43px;
	margin-left:-26px;
}

.popArtTitleM a,
.popArtTitleM span {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background: url(../images/popArtTitle-M-R.gif) right no-repeat;
	line-height:43px;
	display:block;
	height:43px;
	text-decoration:none;
	border:none;
	width:auto;
	float:left;
	padding-left:5px;
	padding-right:26px;
}
.popArtTitleM a:hover {
	border:none;
	text-decoration:none;
	color: white;
}

#popArtProdList .product-shop {
	width: 539px;
		margin-left:30px;

}

#popArtProdList .2colDescription {
	display:block;
	width: 500px;
	float:left;
	padding-bottom:10px;

}

#popArtProdList .column {
	width:230px;
	float: left;
	display:block;
	padding-right:20px;
}

#popArtProdList .product-image:hover {
	text-decoration:none;
	border:none;
}

#popArtProdList .item {
	background:url(../images/productListB.gif) repeat-x bottom;
	/*border-bottom: solid 2px #8c8c8c;*/
	padding-bottom: 10px;
	margin-bottom: 30px;
}

#popArtProdList .price-box {
	float: right;
	color: black;
	text-align:right;
	width: 100px;
}
#popArtProdList .price-box .price {
	font-size: 18px;
}

#popArtProdList .product-image {
	width: 172px;
	overflow: hidden;
}

#popArtProdList .product-image img {
	margin-left: -39px;
}
#popArtProdList .add-to-links li {
	float: left;
	margin-right:10px;
}

.bottomPrice .price-box {
	text-align:right;
	width: 160px;
	padding: 0px;
	height: 20px;
	line-height:33px;
	color: black;
	margin:0;
}
.bottomPrice .price-box .price {
	font-size: 16px;
}
.product-shop {
	position: relative;
}

.product-shop .popArtSkodelica2eur {
	background: url(../images/popArtSkodelica2eur.gif) no-repeat;
	width: 95px;
	height: 95px;
	position: absolute;
	top:0px;
	right:0px;
	display: block;
}
/* END popArt */

