body {
	background-color: #3f3e3d;
}
.wrapper {
	background-color: white;
	min-width: 984px;
}

.col2-set, .col3-set, .col4-set, .col5-set {
	clear: both;
}
.col2-set .col-1 {
	float: left;
}
.col2-set .col-2 {
	float: right;
}
.col2-set .col-1, .col2-set .col-2 {
	width: 48.5%;
}

.left {
	float: left;
}
.right {
	float: right;
}

/* Addthis flash */
#atffc {
	display: none;	
}

/* Header */
.header {
	width: 100%;
	height: 120px;
	border-bottom: #efefef 1px solid;
}
.header-top {
	width: 984px;
	position: relative;
	z-index: 100;
}
.header-top h3 {
	float: left;
	margin: 16px 0 0 18px;
}
.header-top h3 a {
	display: block;
}
.header-top legend {
	display: none;
}

.header .metanav {
	float: right;
	margin: 3px 10px 0 0;
}
.header .metanav ul {
	float: right;
}
.header ul li {
	display: inline;
	font-size: 11px;
	padding-left: 3px;
	padding-right: 7px;
}
.header ul li a { color: #666; }
.header ul li a:hover { color: #999; }

#welcome {
	float: right; clear: right;
	padding-right: 7px;
	margin: 10px 0 0 0;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-size: 11px;
}
#welcome a { color: #7e50b3; }

#wishlist {
	background: url(../images/wishlist.png) no-repeat 0 1px;
	padding-left: 18px;
	float: right;
	/*position: absolute;
	right: 0; top: 0;*/
	line-height: 21px;
	height: 21px;
	margin-right: 4px;
}
#wishlist:hover {
	background: url(../images/wishlist_hi.png) no-repeat 0 1px;
}
#wishlist a {
	color: #000;
	font-size: 9px;
	text-transform: uppercase; letter-spacing: 0.05em;
	display: block;
}
#wishlist a:hover { color: #999; }

#pocket {
	background: url(../images/shoppingbag_icon.png) no-repeat 0 3px;
	padding-left: 14px;
	float: right;
	width: 145px;
	position: relative;
	border-left: #fff 1px solid;
	font-size: 11px;
	z-index: 2;
}
#pocket.over {
	background: url(../images/shoppingbag_icon_hi.png) no-repeat 0 3px;
	border-left: #efefef 1px solid;
}	 
#pocket .summary {
	color: black;
	font-size: 9px;
	text-transform: uppercase; letter-spacing: 0.05em;
	line-height: 21px;
	height: 21px;
	padding-right: 10px;
}
#pocket.over .summary {
	color: #999;
	background: url(../images/shoppingbag_topright.png) no-repeat 100% 0;	
}
#pocket .summary span {white-space: nowrap; }
#pocket .list {
	display: none;
}
#pocket.over .list {
	width: 200px;
	display: block;
	position: absolute;
	left: -1px; top: 20px;
}
#pocket li {
	border-bottom: 1px solid #efefef;
	overflow: auto;
}
#pocket .subtotal {
	width: 175px;
	color: #333;
}
#pocket .button-set {
	width: 175px;
}
#pocket .button-set button {
	margin-left: 0;
	/*margin-right: 10px;*/
}
#pocket strong { color: #7731dd; padding-right: 18px; font-weight: normal; }

#pocket .product-images { float:left; height: 46px; /*width:23px; height:52px; */}
#pocket .product-details {
	float: left; clear: right;
	min-height: 36px; /* height gives scrollbars when titles are too long */
	width: 131px;
	padding: 10px 0 0 10px;
}
#pocket .widget-btn { float: right; padding: 1px 0 0 7px; margin-top: 15px;}
#pocket .product-name {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	color: #7e50b3;
	font-size: 11px;
}
#pocket .product-name:hover { color: #9b7ac1; }
#pocket .product-price {  }

/* Pocket buttons */

/* Pocket backgrounds */
#pocket .pocket-bottom {
	height: 5px;
	width: 200px;
	background: url(../images/shoppingbag_bottom.png) no-repeat 100% 100%;
}
#pocket .pocket-bg {
	padding: 10px 15px 10px 10px;
	background: url(../images/shoppingbag_bg.png) repeat-y 0 0;
}
#pocket .pocket-top {
	height: 5px;
	width: 200px;
	background: url(../images/shoppingbag_middle.png) no-repeat 0 0;
}

/* Meta Search Form */
.mini-search {
	position: absolute;
	right: 0;
	top: 70px;
	width: auto;
	z-index: 0;
}
.mini-search .input-text {
	float: left;
	margin: 4px 6px 0 0;
	background: url(../images/search.png) no-repeat 4px 2px;
	padding-left: 16px;
}
.mini-search .form-button {
	float: left;
	height: 24px;
	padding: 0;
	/*width: 55px;*/
}
.mini-search .form-button:hover {
	text-decoration: none;	
}
.mini-search .form-button .button-left {
	cursor: pointer;
	float: left;
	height: 20px;
	padding: 6px 3px 0 14px;
	text-transform: uppercase; letter-spacing: 0.05em;
	font-size: 10px;
	color: black;
	background: url(../images/primary_but_l_left.png) no-repeat 0 0;
}
.mini-search .form-button .button-right {
	float: left;
	height: 26px;
	width: 8px;
	background-image: url(../images/primary_but_l_right.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.mini-search a:hover .button-left { background: url(../images/primary_but_l_left_hi.png) no-repeat left top; }
.mini-search a:hover .button-right { background: url(../images/primary_but_l_right_hi.png) no-repeat right top;}

/* Bread crumb trail */
.breadcrumbs {
	float: left;
	margin-left: -65px;
	margin-top: -75px;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	color: #666;
	font-size: 11px;
}
.breadcrumbs li { float: left; padding-right: 5px;}
.breadcrumbs li a { color: #666; }
.breadcrumbs li a:hover { color: #999; }

/* Main navigation */
#nav {
	margin: 20px 0 0 10px;
	text-transform: uppercase; letter-spacing: 0.15em;
	font-size: 9px;
	width: 964px;
	height: 24px;
	float: left;
}
/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	/*position:relative;*/
	font-size: 9px;
	text-align:left;
	padding: 0;
	height: 24px;
}
#nav li.over { z-index: 999; background: url(../images/nav_over_top_left.gif) no-repeat 0 0;}
#nav a, #nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space: nowrap; }
#nav li ul span {white-space: normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav a { float:left; height: 24px;  }
#nav span { float:left; padding: 7px;  }
#nav li.over a { color: #666; }
#nav li.over > a { background: url(../images/nav_over_top_right.gif) no-repeat 100% 0; }
#nav li.active a { color: #7e50b3; font-weight: bold; }

/************ 1st LEVEL  ***************/
#nav ul {
	width: 770px; height: 24px;
	margin: 0;
	padding: 0 0 0 10px; 
	position: absolute;
	top: 96px;
	left: -10000px;
	z-index: 1;
}
#nav li.active > ul { left: 0; z-index: -10;}
#nav li.over > ul { left: 0; z-index: -9; background: url(../images/nav_over_bottom.gif) no-repeat 0 0; }
#nav li.over ul a { color: #666; font-weight: normal; }
#nav li.over ul a:hover { color: #333; font-weight: normal; }
#nav li.active ul a { color: #666; font-weight: normal; }
#nav ul li a:hover { color: #333; }
#nav ul li.active a { color: #7e50b3; font-weight: bold; }

/* Special Murkudis navigation */
#nav .nav-ff-murkudis > a span {
	background: url(../images/murkudis.png) no-repeat 50% 50%;
	text-indent: -9000px;
	width: 60px;
}

/* Magento class to hide accesibility links for regular browsers */
.no-display { display: none; }

/* Footer */
.footer-container {
	clear: both;
	/*margin-top: 20px; Check and fix on product list & detail page */
	background-color: #3f3e3d;
	color: #999999;
}
.footer a {
	color: #999999;
}
.footer {
	width: 944px;
	padding: 10px 20px;
}
.footer .informational ul {
	display: inline;
	float: right;
	padding-top: 3px;
}
.footer .informational li {
	display: inline;
	padding-left: 4px;
	padding-right: 8px;
	background: url(../images/footer-separator.gif) no-repeat 100% 50%;
}
.footer .informational li.last {
	background: none;
}
.footer .legality {
	float: left;
	padding-left: 15px;
	padding-top: 3px;
}
.footer .language-switcher {
	float: left;
}

/* Content */
.middle-container {
	/*height: 200px; overflow: hidden; /* Temp while styling Footer */
	overflow: auto;
	width: 100%
}

.middle {
	width: 984px; /* Is this true? Find out how to handle images outside of this div */
	clear: both;
	overflow: auto;
}

.col-1-layout .col-main {
	clear: both;
	overflow: auto;
	min-height: 400px;
	padding-bottom: 20px;
}
.col-2-left-layout .col-left {
	float: left;
	width: 350px; 
	background: #f1f1f1 url(../images/left_image_wishlist.png) no-repeat 0 0;
	min-height: 400px;
}
.checkout-onepage-index .col-left {	background: #f1f1f1 url(../images/left_image_checkout.png) no-repeat 0 0; }
.cms-newsletter .col-left {	background: #f1f1f1 url(../images/newsletter.jpg) no-repeat 0 0; }

 .customer-account-index .col-left, .customer-account-edit .col-left,
.customer-address-index .col-left, .customer-address-form .col-left, .sales-order-history .col-left,
.newsletter-manage-index .col-left, .wishlist-index-index .col-left {
	background: #f1f1f1 url(../images/myflipflop.jpg) no-repeat 0 0; }
	
.col-2-left-layout .col-main {
	float: left;
	width: 554px;
	padding: 80px 0 0 80px;
}

.back {
	float: left;
	margin: 10px 0 0 20px;
	background: url(../images/transbutton_right.png) no-repeat 100% 0;
	padding-right: 5px;
	height: 16px;
}
.back a {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	color: #000;
	font-size: 11px;
	background: url(../images/transbutton_left.png) no-repeat 0 0;
	height: 16px;
	display: block;
	padding-left: 10px;
}
.back a { color: #333; }

/* Side column navigation */
.col-2-left-layout .side-col {
	height: 800px;
	background-color: #f1f1f1;	
}
.side-col .box {
	float: right;
	width: 208px; 
	background-color: #efeafb;
	/*margin-top: 25px;*/
	padding: 16px;
	font-size: 12px;
}

.side-col .box h2 {	font-size: 12px; }
.side-col .box li {	padding-top: 9px; }
.side-col .box a { color: #7e50b3; }
.side-col .box a:hover { color: #9b7ac1; }
.side-col .box .active a { color: #000; }
.side-col .box .active a:hover { color: #999; }

/* Headers */
h1 {
	font-size: 16px;
	font-weigth: bold;
	color: #000;
}
.page-head-alt h3, .page-head h3 {
	font-size: 16px;
	color: black;
	font-weight: bold;	
}
.page-head-alt, .page-head {
	margin-bottom: 20px;		
}
.catalogsearch-result-index .page-head h3 {
	margin-top: 20px;
	margin-left: 20px;
}
.content h3 {
	font-size: 16px;
	font-weight: normal;
	color: #7e50b3;	
	margin-bottom: 20px;
}
.content p {
	line-height: 1.5em;
	font-size: 11px;
}

.content ul, .content li {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.5em;
	font-size: 11px;	
}
.new-users .content li {
	margin-left: 15px;	
}

/* Tables */
.data-table {
	/*margin-top: 25px;*/
}
.data-table th {
	text-align: left;
	color: black;
	padding-bottom: 2px;
}
.data-table td {
	color: #666666;
	padding-bottom: 10px;	
}
.data-table td, .data-table th {
	vertical-align: top;
	border-bottom: 1px solid #e5e5e5;
	font-size: 11px;
	padding-top: 10px;
}
.data-table td.product-img {
	padding-top: 0;	
}
.data-table tfoot td {
	border-bottom: none;
	padding: 5px 0 0 0;	
}
.data-table .a-right {
	text-align: right;
	paddin-right: 10px;	
}
.data-table tfoot a {
	padding-top: 5px;
}
.data-table h4, .data-table a {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	color: #7e50b3;
	font-size: 11px;
	font-weight: normal; 	
}
.data-table a { color: #7e50b3; }
.data-table a:hover { color: #9b7ac1; }

.data-table .sec-button-l {
	font-size: 9px;
	font-family: Arial, Verdana, helvetica, sans-serif;
	color: #000;
	font-style: normal;
}

.data-table .sec-button-s {
	background: none;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	color: #7e50b3;
	font-size: 11px;
	border: none;
	text-transform: none;
}
.data-table .sec-button-s .text, .data-table .sec-button-s .tail {
	background: none;
}
.data-table .sec-button-s:hover .text, .data-table .sec-button-s:hover .tail {
	background: none;
	color: #9b7ac1;
}

.data-table textarea {
	border: 1px solid #ccc;
	height: 127px;
	width: 196px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #666;
}

/* Shopping Cart & other one column exceptions */
.checkout-cart-index .col-main, .checkout-onepage-success .col-main,
.customer-account-login .col-main, .customer-account-create .col-main,
.customer-account-logoutsuccess .col-main,
.customer-account-forgotpassword .col-main {
	padding: 80px 0 0 80px;		
}
.checkout-cart-index .middle, .checkout-onepage-success .middle,
.customer-account-login .middle, .customer-account-create .middle,
.customer-account-logoutsuccess .middle,
.customer-account-forgotpassword .middle {
	padding-left: 350px;
	width: 634px;
	background: url(../images/left_image_cart.png) no-repeat 0 0;
}
.customer-account-login .middle {
	background: url(../images/myflipflop.jpg) no-repeat 0 0; }

.checkout-success a {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	color: #7e50b3;
}
.checkout-success a:hover {
	color: #9b7ac1;
}

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }

.one-page-checkout .checkout-agreements { padding: 0 5px 0 0; }
.one-page-checkout .checkout-agreements li { margin:20px 0 0; }
.one-page-checkout .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.one-page-checkout .checkout-agreements .agree { padding-left:6px; }

/* Shopping Cart */
.shopping-cart-collaterals {
	float: left;
	width: 240px;
	font-size: 11px;
	height: 200px;
}
.shopping-cart-collaterals input {
	width: 236px;
}
.shopping-cart-collaterals h4 {
	color: 11px;
	margin-bottom: 5px;
}
.shopping-cart-collaterals p {
	margin-bottom: 5px;	
}
.shopping-cart-totals {
	float: right;
	width: 298px;	
}

.shopping-cart-totals {
	float: right;
	width: 240px;
	text-align: right;
}
.shopping-cart-totals table {
	width: 100%;
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 10px; 
}
.shopping-cart-totals table tfoot {
	color: #7e50b3;
}
.shopping-cart-totals table tfoot strong {
	font-weight: normal;
}
.shopping-cart-totals table td {
	vertical-align: top;
}
.shopping-cart-totals table tfoot td {
	border-bottom: 1px solid #7e50b3;
	padding-bottom: 10px; 
}
.shopping-cart-totals table td span.price {
	white-space: nowrap;
	padding-left: 5px;
}

.checkout-types li {
	padding-bottom: 10px;	
}
.checkout-types a, .checkout-types a big {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	color: #7e50b3;
	font-size: 11px;
}
.checkout-types a:hover, .checkout-types a:hover big {
	color: #9b7ac1;
}

/* Checkout */
.checkout-onepage-index .side-col ul {
	margin-top: 20px;	
}
.checkout-onepage-index .side-col h4 {
	font-size: 12px;
	color: #7e50b3;
}
.checkout-onepage-index .side-col h4 a {
	float: right;
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
.checkout-onepage-index .side-col .content {
	padding: 8px 0 20px 12px;
}
.opc-please-wait { padding-left: 2px; }

.one-page-checkout {
	margin-top: 30px;	
	font-size: 11px;
}
.one-page-checkout .head { margin-bottom: 10px; }
.one-page-checkout .head a { display: none; } 
.one-page-checkout .head h3 {
	font-weight: normal;
	font-size: 16px;
}
.one-page-checkout .active .head h3 {
	color: #7e50b3;
	cursor: pointer;
}

.one-page-checkout .box {
	border-bottom: 1px #7e50b3 solid;
	padding-bottom: 20px;
	margin-bottom: 30px;
	overflow: auto;
}
.one-page-checkout dt {
	overflow: auto;
	font-weight: bold;
	padding-bottom: 10px;	
}
.one-page-checkout dd {
	overflow: auto;
	padding-bottom: 10px;
}
.one-page-checkout .payment-methods dd { padding: 0;}
.one-page-checkout .payment-methods dd fieldset { margin: 0; }
.one-page-checkout dd li {
	overflow: auto;
	padding-bottom: 10px;
}

.one-page-checkout input[type=checkbox] {
	float: left;
	margin: 1px 5px 0 0;	
}
.one-page-checkout input[type=radio] {
	float: left;
	margin: 1px 5px 0 0;
	vertical-align: middle;
	padding: 0;
}
.one-page-checkout dd label, .one-page-checkout dt label { float: left; display: block; } 

.one-page-checkout .col2-set {
	overflow: auto;
}

.one-page-checkout .col2-set h4 {
	font-size: 11px;
	margin: 10px 0;	
}
.one-page-checkout .radio-select br {
	clear: both;
}
.one-page-checkout .radio-select input[type=radio] {
	margin-bottom: 5px;
}
.one-page-checkout p {
	margin-bottom: 6px;
}
#checkout-step-login .button-set {
	overflow: auto;	
}
#checkout-step-login .button-set button {
	float: right;
}
#checkout-step-login a, .forgot, .form-list a {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	color: #7e50b3;
	font-size: 11px;
}

#checkout-step-billing .group-select { width: 350px; }
#checkout-review-table { width: 98%; }
#review-buttons-container { display: block; float: right;}

#error_panel_review, #error_panel2, #error_panel {
	background-color:#C17989;
	width: 98%;
	color: #ffffff;
	padding: 5px;
	display:none;
}

/* Forms */
fieldset {
	margin-bottom: 6px;
}
fieldset.wide {	width: 325px; }
.login-box fieldset.wide, .registered-users fieldset.wide { width: 100%; }
.validation-advice {
	clear:both; margin-left: 110px; font-size: 11px; font-weight:bold;
	line-height: 1.25em;
	color: #7e50b3;
}
#advice-validate-custom-month, #advice-validate-custom-day, #advice-validate-custom-year {
	display: none;
}
.login-box {
 	/*margin-top: 15px;*/           
}
.login-box .validation-advice, .product-options .validation-advice, #checkout-step-login .validation-advice {
	margin-left: 0;
	margin-top: 2px;
}
.login-box p, .login-box .content ul {
	margin-bottom: 10px;	
}

.login-box legend {
	margin: 0; padding: 0;
	color:#7E50B3;
	font-size:16px;
	font-weight:normal;
	margin-bottom:20px;
	border: 1px solid green;
}
.validation-failed { border:1px solid #7e50b3 !important; background:#EFEAFB !important; }
.form-list li {
	margin-bottom: 6px;
	overflow: auto;	
	list-style-type:none;
}
.customer-account-login .login-box .col-1, .customer-account-login .login-box .col-2 {
	width: 47%;
}
.customer-account-create h4 {
	font-size: 12px;
	color: #7e50b3;
	margin-top: 20px;
}

.group-select p.required {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-size: 11px;
}

select, option { font-size: 11px; }

.radio-select p { margin-bottom: 6px; }
.group-select li .input-box {
	float: left;
	padding-bottom: 10px;
	width: 100%;	
}
.group-select ul {
	overflow: auto;
}
div.input-box label {
	 width: 110px;
	 display: block;
	 float: left;
}
div.input-box input, div.input-box select {
	float: left;
	width: 200px;
	padding: 0 5px;
}
div.input-box select {
	width: 210px; padding: 0;
}
div.input-box input.checkbox { width: auto; }

.customer-dob .input-box { float:left; width:60px !important; }
.customer-dob input, .label-dob { width:40px !important; }
.customer-dob label.label-dob { /*font-weight:normal; color:#888; font-size:10px; padding-left:5px; margin:0;*/ }

/* Account page */
.account-box {
	/*overflow: auto; /* Removed for scrollbar bug */
}
.primary-address-list li, .address-list li, .customer-account-index h4, .customer-address-index h4, .customer-account-index p {
	margin-bottom: 15px;
}
.customer-account-index h4, .customer-address-index h4 {
	font-size: 16px;
	color: #7e50b3;	
}
.customer-account-index h5, .customer-account-index h6, .customer-address-index h5 {
	font-size: 12px;
}
.customer-account-index .inner-head h5 {
	float: left;
}
.customer-account-index .inner-head {
	text-align: right;
	clear: both;
	margin-bottom: 15px;
	margin-right: 5px; /* Fix for italic width bug */
}
.customer-address-index .button-set { clear: both;}
.customer-account-index .col-main a, .customer-address-index  .col-main a,
.customer-account-forgotpassword .col-main a {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	color: #7e50b3;
	font-size: 11px;
}
.customer-account-index .col-main a:hover, .customer-address-index  .col-main a:hover,
.customer-account-forgotpassword .col-main a:hover { color: #9b7ac1; }

.accountForms .button-set button {
	float: left;	
}

/* Order History */
.button-level a {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	color: #7e50b3;
	font-size: 11px;	
}
.button-level a:hover { color: #9b7ac1; }

/* Dashboard */
.account-box { margin-bottom: 20px; clear: both; font-size: 11px;}
.account-box h4 { color:#7E50B3; font-size:16px; margin-bottom: 15px;}
.account-main .account-box li { padding:5px 0; }
.account-box .generic-box { margin-bottom: 15px; overflow: auto;}

.account-box .data-table { width: 90%; }

.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.page-popup .print-head { margin:0 0 15px; }
.page-popup .print-head img { float:left; }
.page-popup .print-head address { float:left; margin-left:15px; }
.page-popup .col2-set { width: 600px; }
.page-popup br { clear: both; }
.page-popup h4 {margin: 15px 0; }
.page-popup .data-table { width: 400px; }

/* Product detail */
.catalog-product-view .middle {
	width: auto;
}
.catalog-product-view .col-main {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #EFEFEF;
	height: 550px;
}
.catalog-product-view .back {
	margin-left: 40px;
}
.product-info-box, .product-info-box .product-essential {
	position: relative;
	height: 550px;
}
.product-info-box .product-essential .back {
	position: absolute;
	left: 0;
	z-index: 1;	
}
/* Product detail images */
.product-img-box {
	position: absolute;
	left: 0;
	height: 550px;
	z-index: 0;
	width: 100%;
}
.product-img-box #zoomed-image {
	/*border: 1px solid black;*/
	width: 430px;
	height: 550px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 430px;
	
	visibility: hidden;
	display: none;
}
#zoomed-image div {
	left: 0; top: 0;
	position: relative;	
}
#zoomed-image div img {
	left: 0; top: 0;
	position: absolute;	
}
#zoom-port {
	/*border: solid 1px #333333;*/
	background-color: #CCC;
	filter : alpha(opacity=50); /* IE6-8 */
	opacity: 0.5;	
	height: 250px;
	width: 195px;	
	position: absolute;
	visibility: hidden;
}
.product-img-box .image-zoom {
	position: absolute;
	top: 480px;
	left: 35px;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	color: #666666;
	font-size: 11px;
	height: 35px;
}
.product-img-box .image-zoom .image-zoom-left {
	float: left;
	background: url(../images/transdetailtools_left.png) no-repeat 0 0;
	height: 35px;
	padding-left: 20px;	
}
.product-img-box .image-zoom .image-zoom-right {
	display: block; float: right;
	background: url(../images/transdetailtools_right.png) no-repeat 0 0;
	width: 5px;
	height: 35px;
}
.product-img-box .image-zoom .mouse-over, .product-img-box .image-zoom .full-picture {
	height: 16px;
}
.product-img-box .image-zoom .full-picture { margin-top: 5px; }
.product-img-box .image-zoom a { color: #666666; }
.product-img-box .product-image-zoom {
	position: relative;
	height: 550px;
	overflow: hidden;
}
.product-img-box .product-image-zoom ul {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.product-img-box .product-image-zoom li {
	float: left;
	width: 430px;
	height: 550px;
}
.product-img-box .product-image-zoom li.last {
	background-color: #7b5f9c;
	width: 860px;
}
.product-img-box .more-views {
	position: absolute;
	left: 0;
	top: 0;
}
.product-img-box .more-views a img {
	filter : alpha(opacity=70); /* IE6-8 */
	opacity: 0.7;
}
.product-img-box .more-views a.selected img, .product-img-box .more-views a:hover img {
	filter : alpha(opacity=100); /* IE6-8 */
	opacity: 1;
}

/* Product detail info box */
.product-essential .product-shop {
	position: absolute;
	z-index: 10;
	left: 430px;
	background-color: #efeafb;
	width: 290px;
	padding: 70px 70px 0 70px;
	height: 480px;
	font-size: 11px;
}
.product-shop h3 {
	color: #333333;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
}
.product-shop .price-box {
	clear: both;
	width: 135px; /*width: 115px;*/
	overflow: auto;
}
.product-shop .price-box .regular-price, .product-shop .price-box .special-price {
	font-size: 17px;
	font-weight: normal;
}
.product-shop .price-box .old-price {
	float: right;
	line-height: 22px;	
}
.product-shop .price-box .special-price {
	float: left;
}
.product-essential .product-extra {
	display: none;	
}
.product-shop .short-description {
	margin-top: 20px;
	overflow: hidden;
	height: 150px;
}
.product-shop .short-description .tab { display: none; }
.product-shop .short-description div.active { display: block; }
.product-essential .short-description a {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	display: block;
	margin-top: 10px;
	color: #7e50b3; 
}
.product-essential .short-description ahover { color: #9b7ac1; }

.product-shop .short-description .product-specs {
	margin-bottom: 10px;
}
.product-shop .short-description ul {
	list-style-position: outside;
	list-style-type: disc;
	/*margin-top: 10px;*/
	padding-left: 15px;
}
.product-shop .short-description ul.tabset {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left: 0px;
}
.product-shop .short-description ul.tabset li.active { display: none; }
	
.product-options dl {
	margin-top: 30px;	
}
.product-options dt {
	clear: left;
	float: left;
	height: 20px;
	width: 50px;
}
.product-options dt label {
	/* color size */
	display: block;
	height: 20px;
}
.product-options dd {
	float: left;
	padding-bottom: 5px;
	width: 240px;
	/*height: 20px;*/
}
.product-options dd select {
	display: none;	
}
.catalog-product-view .product-options li {
	float: left;
	height: 14px;
	padding: 0 4px;
	margin-right: 4px;
	border: 1px solid #efeafb;
	cursor: pointer;
}
.catalog-product-view .product-options li.color {
	width: 10px;
}
.catalog-product-view .product-options li.color img {
	margin-top: 2px;
}
.product-shop .product-options li:hover { border: 1px solid #999; }
.product-shop .product-options li.selected { border: 1px solid #7B5F9C; }
.product-shop .product-options li.inactive { color: #cccccc; cursor: default; }

.product-shop a.sizetable {
	display: block;
    float: right;
    background:  url(../images/ruler.jpg) 0 50% no-repeat;
    width: 43px;
    cursor: pointer;
}
.product-shop a.sizetable:hover {
	text-decoration: none;
	background:  url(../images/ruler_over.jpg) 0 50% no-repeat;
}
.qty-box {
	display: block;
	overflow: auto;
}
.qty-box label {
	width: 50px;
	display: block;
	float: left;
}
.qty-box input {
	width: 30px;
	float: left;
}
.product-buttons {
	overflow: hidden;
	margin-top: 10px;
}
.product-buttons  a {
	margin-right: 15px;	
}

.social-media {
	margin-top: 30px;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
}
.social-media .sendafriend, .social-media span.share-label {
	display: block;
	margin-bottom: 5px;
}
.social-media span.share-label {
	width: 108px;
	float: left;
}
.social-media .sendafriend {
	width: 125px;
	background: url(../images/email.gif) no-repeat 100% 50%;
	cursor: pointer;
}
.social-media .addthis_default_style {
	float: left;	
}
.addthis_button_facebook span { background: url(../images/icon-facebook.png) no-repeat 100% 50%; }
.addthis_button_twitter span { background: url(../images/icon-twitter.png) no-repeat 100% 50%; }
.addthis_button_studivz span { background: url(../images/icon-studivz.png) no-repeat 100% 50%; }

.addthis_button_facebook:hover span { background-image: url(../images/icon-facebook-hover.png); }
.addthis_button_twitter:hover span { background-image: url(../images/icon-twitter-hover.png); }
.addthis_button_studivz:hover span { background-image: url(../images/icon-studivz-hover.png); }

#smallOverlay, #sizeOverlay{
	position: absolute;
	z-index: 1000;	
	width: 430px;
	display:none;
}
#smallOverlay iframe, #sizeOverlay iframe{
	position: relative;
	z-index: 1000;
	 width: 430px; height: 550px;
}
#smallOverlay .smallOverlayBody, #sizeOverlay .sizeOverlayBody{
 	background-color: #EFEAFB;
	height: 550px; 
}
#success_saf { padding: 70px; }
#success_saf h3 {
	color: #2C4359;
	font-size: 16px;
	margin-bottom: 10px;
	font-style: normal;
}

#close_saf, #close_st {
	position: absolute;
	top: 0;	right: 0;
	z-index: 1001;
	margin-right: 20px;
	margin-top: 15px;		
}
.sendfriend-product-send {
	background-color: #EFEAFB;
	padding: 70px 58px 30px 70px;
}
.sendfriend-product-send  .form-list input {
	float: left;	
}
.sendfriend-product-send  .form-list label {
	display: block;
	width: 65px;
	float: left;
}
.sendfriend-product-send .login-box .col-1{
	width: 300px;	
	border: 0px;
	margin: 0px;
}
.sendfriend-product-send .registered-users .content div {
	/*padding: 10px 0;*/
	border-bottom: 1px solid #7E50B3;	
}
.sendfriend-product-send .registered-users .content div div {
	border:  none;
}
.sendfriend-product-send .registered-users .button-set {
	padding: 0;
	margin: 0;
}

.sizeOverlayBody a, .smallOverlayBody a, .sendfriend-product-send a {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	color: #666;
	font-size: 12px;
}
.sizeOverlayBody a:hover, .smallOverlayBody a:hover, .sendfriend-product-send a:hover { color: #999; }

/* Product detail - related images */
.mini-related-items {
	overflow: auto;
	width: 700px;
}
.mini-related-items h4 {
	color: #333333;
	font-size: 17px;
	margin-top: 20px;
	margin-left: 20px;
	font-weight: normal;
}
.mini-related-items ul {
	padding-left: 20px;	
}
.mini-related-items li {
	float: left;
	width: 149px;
	height: 149px;
	text-align: center;
	font-size: 11px;
	border: 1px solid #fff;
	
}
.mini-related-items li.first {
	width: 299px;
	height: 299px;	
}

.mini-related-items li:hover {
	border: 1px solid #efefef;
}

.mini-related-items .product-images a {
	display: block;
	height: 120px;
}
.mini-related-items li.first .product-images a { height: 270px; }
.mini-related-items .product-details a {
	color: #333333;
	text-transform : uppercase;
}

/* General Pricing display */
.old-price {
	color: #999999;
	text-decoration: line-through;	
}
.special-price {
	color: #7731dd;
	font-weight: bold;	
}
	
/* Category / list page */
.toolbar-total, .pages, .pages a, .toolbar-layer a {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	color: #000;
	font-size: 11px;
}
.toolbar-layer a:hover, .pages a:hover { color: #333; }
.toolbar-total, .toolbar-layer {
	float: left;
	margin: 10px 0 0 20px;
}
.toolbar-total a { color: #000; }
.toolbar-total a:hover { color: #333; }

#layer-switch {
	display: none;
}
.toolbar-layer {
	border-left: 1px solid #ccc;
	background: url(../images/icon-layer.png) no-repeat 10px 50%;
	padding-left: 30px;
}
.toolbar-layer a {
	cursor: pointer;
	display: block;
	padding-right: 20px;
	background: url(../images/icon-layer-closed.png) no-repeat 100% 50%;
}
.toolbar-layer #layer-switch-close {
	background: url(../images/icon-layer-open.png) no-repeat 100% 50%;
	display: none;
}

.pages {
	float: right;
	margin: 10px 5px 0 0;
	clear: right;
}
.pages li {
	float: left;
	margin-left: 2px;
}
.pages li a, .pages li .on {
	display: block;
	padding: 0 4px 0 5px;
}
.pages li .on {
	color: #7e50b3;
}

.catalog-listing {
	padding: 10px 0 0 0;
	clear: both;
}
.grid-row {
	clear: both;
	margin-left: 10px;
	margin-bottom: 15px;
	height: 365px;
}
.grid-row li.item {
	border: 1px solid white;
	width: 298px;
	height: 365px;
	float: left;
	margin-left: 24px;
	text-align: center;
	color: #333333;
	font-size: 11px;
	line-height: 1.5em;	
}
.grid-row li.item:hover {
	border: 1px solid #efefef;
}
.grid-row li.item h5, .grid-row li.item h5 a {
	color: #333333;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
}
.grid-row li.item p.old-price, .grid-row li.item p.special-price,
.mini-related-items p.old-price, .mini-related-items p.special-price {
	display: inline;
}
.grid-row li.item p.special-price, .mini-related-items p.special-price {
	padding-left: 5px;	
}
.grid-row li.item .product-image {
	margin-bottom: 10px;
}
.grid-row li.item .product-image a {
	display: block;
}
.catalog-listing .product-options {
	text-align: center;	
}
.catalog-listing .product-options ul {
	margin-top: 4px;
}
.catalog-listing .product-options li {
	height: 10px;
	width: 10px;
	display: inline;
	padding: 0 6px;
}

/* Buttons */
.button-set {
	margin-top: 10px;	
}
.button-set button {
	margin-left: 10px;	
}

.prim-button-s, .sec-button-s, .prim-button-l, .sec-button-l {
	display: block; color: #000;
	font-size: 9px;
	background: none;
	border: none;
	text-transform: uppercase; letter-spacing: 0.05em;
	cursor: pointer;
	margin: 0;
	height: 26px;
	overflow:visible; /* Necessary for IE */
}
.prim-button-s .label, .sec-button-s .label, .prim-button-l .label, .sec-button-l .label {
	line-height: 26px;
	display: block;
	margin: 0; padding: 0;
	overflow: visible;
	position: relative;
	float: left;
}

.prim-button-s .text, .sec-button-s .text, .prim-button-l .text, .sec-button-l .text {
	float: left;
	background: url(../images/secondary_but_l_left.png) no-repeat 0 0;
	display: block;
	height: 100%;
	margin-right: 10px;
	padding-left: 10px;	
	white-space: nowrap;
}
.sec-button-s:hover .text {
	background: url(../images/secondary_but_l_left_hi.png) no-repeat 0 0;
}
.prim-button-s .text, .prim-button-l .text, .sec-button-l .text {
	background: url(../images/primary_but_l_left.png) no-repeat 0 0;
}
.prim-button-s:hover .text, .prim-button-l:hover .text, .sec-button-l:hover .text {
	background: url(../images/primary_but_l_left_hi.png) no-repeat 0 0;
}

.prim-button-s .tail, .sec-button-s .tail, .prim-button-l .tail, .sec-button-l .tail {
	background: url(../images/secondary_but_l_right.png) no-repeat 0 0;
	float: right;
	display: block;
	height: 26px; /* 100% */
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;	
	width: 10px;
}
.sec-button-s:hover .tail {
	background: url(../images/secondary_but_l_right_hi.png) no-repeat 0 0;
}
.prim-button-s .tail, .prim-button-l .tail, .sec-button-l .tail {
	background: url(../images/primary_but_l_right.png) no-repeat 0 0;
}
.prim-button-s:hover .tail, .prim-button-l:hover .tail, .sec-button-l:hover .tail {
	background: url(../images/primary_but_l_right_hi.png) no-repeat 0 0;
}
	
/* Messages */
.messages {
	background: #efefef url(../images/message-top.gif) repeat-x 0 0;
	color: #7e50b3;
	font-size: 11px;
}
.messages ul, div.note-msg {
	padding: 6px 0;
	margin-left: 400px;
	padding-left: 20px;

}
.messages .note-msg,
.messages .notice-msg ul	{ background: url(../images/msg_notice.gif) no-repeat 0 4px;}
.messages .success-msg ul	{ background: url(../images/msg_success.gif) no-repeat 0 4px; }
.messages .error-msg ul		{ background: url(../images/msg_error.gif) no-repeat 0 4px;}

.messages a {
	color: #7e50b3;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
}
.messages a:hover {	color: #9b7ac1; }


/********************** Layered Navigation */
.layered-nav {
    height: 173px;
    border-bottom: 1px solid #efefef;
    clear: both;
}
.layered-nav div {
    padding-top: 20px;	
}
.layered-nav .layer-item {
	float: left;
    height: 153px;
    padding: 0 25px;
    /*width: 104px; width breaks layout when there are too many items*/
}
.layered-nav .layer-item h4 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	float: left;	
	margin: 1px 30px 0 0; 
}
.layered-nav .state h4 {
	float: none;	
}
.layered-nav .layer-item span, .layered-nav .layer-item a, .layered-nav .layer-item li {
	color: #333;
	font-size: 11px; font-family: verdana, arial, sans-serif;
	line-height: 17px;
}
.layered-nav .layer-item ol { float: left; margin-left: 30px; }
.layered-nav .layer-item ol.first, .layered-nav .layer-item ol.narrowed-category { margin: 0; }
.layered-nav .layer-item ol.narrowed-category { width: 165px; }
.layered-nav .layer-item li { color: #7e50b3; }

.layered-nav .layer-item a { text-decoration: underline; }
.layered-nav .layer-item a:hover { color: #ccc; text-decoration: underline; }
.layered-nav .widget-btn {
    float:right;
    width: 9px;
    margin:.1em 0 0 5px;
    height: 9px;
    font-size:.1em;
}
.layered-nav .actions {
	float: left;
	clear: left;
	padding-top: 8px;
}
.layered-nav .actions a {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	color: #7e50b3;
	font-size: 11px;
	text-decoration: none;
}
.layered-nav .actions a:hover { color: #9b7ac1; text-decoration: none; }	

/* Sizetables */
body.sizetableContainer {
	background-color: #EFEAFB;
	font-size: 11px;
}
.sizetableContainer .sizetable, .sizetableContainer .shoestableImage {
	float: left;
	height: 550px;
	overflow: hidden;
	width: 418px;
}
.sizetableContainer .sizetable {
	padding: 70px 58px 30px 70px;
	height: 426px; width: 290px;
}

.sizetableContainer h2 {
	font-size: 17px;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.sizetableContainer .shoestableImage h2 {
	margin-top: 70px;
	margin-left: 70px;	
}

.sizetableContainer h3 { color: #795f9c; font-size: 11px;}
.sizetableImage, .sizeTableExpl, .shoestableImage { float: left; }
.sizeTableExpl { /*margin: 0 0 30px 20px;*/ }
.sizeTableExpl ol { list-style-type: decimal; }
.sizeTableExpl ol li { padding-bottom: 5px;}
.sizeTableExpl b { color: #7c609d; }

.sizeTableSizes { float: left; margin-top: 20px; width: 100%; }
.sizetable table td, .sizetable table th {
	border: 1px solid #795f9c;
	font-size: 10px;
	padding: 4px;
	color: #795f9c;
}
.sizetable table th { vertical-align: top; text-align: left; }
.sizetable table td.size_header {
	background-color: #795f9c;
	color: white;
	border: 1px solid white;	
}
.sizeTableSizes table {
	margin-bottom: 20px;
	border-collapse:collapse;
	margin-left: 1px;
}

.scrollbar-vert, .scrollbar-hor {
	background-color: #a1a0a6;
	float:left;
}
.scrollbar-vert {	height: 550px; width: 12px; }
.scrollbar-hor {	height: 20px; width: 690px; clear: left; }
.handle-vert, .handle-hor {
	background-color: #7b5e9e;
	cursor: pointer;
}
.handle-vert {
	height: 110px; width: 12px;
	background: #7b5e9e url(../images/scrollbardropshadow.png) no-repeat 0 100%;
}
.handle-hor  {	height: 20px; width: 42px; }

/* Miscellaneous */
.clear {
	clear: both;
}
br.clear {
	clear: left;
}