/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* Layout ================================================================================= */
.wrapper {}
.page { 
background: transparent url(../images/65black.png); 
border-bottom:1px solid #DE036F;
width:880px; margin:40px auto; padding:0 30px; text-align:left; position:relative; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; background:black none; }
.page-popup a { 
color:#FF2F88;
text-decoration:none;
 }

.main { margin:10px 0; }

/* Base Columns */ 
.col-left { float:left; width:230px; border:0px solid #ddd; padding:5px 5px 0; }
.col-main { float:left; width:682px; border:0px solid #ddd; padding: 0px 5px; min-height: 400px; position: relative; margin-top: 35px; }
.col-right { 
float:right; width:176px;
padding:5px 5px 0; 
}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; background:transparent url(../images/gray_sidebar.gif) repeat-y scroll right 0; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}
.col2-right-layout {
	background: transparent url(../images/gray_sidebar.gif) repeat-y right 0;
}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }

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

.cart .col-2 { width:43%; position: relative; float: none; }

.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:0px solid #ddd; }
input.input-text,textarea { padding:5px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */

button.button {
background:transparent url(../images/bkg_button.gif) no-repeat scroll left 0;
border:0 none;
cursor:pointer;
height:31px;
overflow:visible;
padding: 0px 0px 0px 5px;
width:auto;
}

button.button span {
background:transparent url(../images/bkg_button.gif) no-repeat scroll right 0;
color:#FFFFFF;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:31px;
line-height:21px;
padding:4px 12px 0 7px;
text-align:center;
white-space:nowrap;
}

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 */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:normal; }
.form-list .input-box { float:left; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {
background:transparent url(../images/stripes.gif) repeat scroll 0 0; */
padding:20px;
}
.group-select li { margin:0 0 5px; }

.group-select .input-box {
float:left;
margin-bottom:20px;
width:260px;
}

.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:220px; }
.group-select .input-box select { width:256px; }

.buttons-set { 
border:0 solid #DDDDDD;
clear:both;
margin:5px 0 0;
padding:5px;
position:absolute;
right:0;
top:-63px;
}
 
.buttons-set a {
color:#DE036F;
margin-top:6px;
position:relative;
right:80px;
text-decoration:none;
}

.checkout-onepage-success .buttons-set { 
border:0 solid #DDDDDD;
clear:both;
margin:5px 0 0;
padding:5px;
position:relative;
right:150px;
top:0px;
}

.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:0px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:12px; line-height:13px; background:url(../images/validation_advice_bg.png) 2px 1px no-repeat; color:#94bb49; }
.validation-failed { border:1px dashed #94bb49 !important; background:white !important; }
.validation-passed {}
.required { color:#94bb49 ; }
p.required { font-size:10px; text-align: left; padding: 10px 0; }
/* 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:normal; }
.error { color:#f00; font-weight:normal; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.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:13px !important; 
font-weight:normal !important; }

.error-msg { border-color:#f16048; background-color:white; background-image:url(../images/error_msg_icon.gif); color:#df280a; }

.success-msg {
background-color:#94BB49;
background-image:url(../images/icons/16-em-check.png);
color: black;
}

.cart .error-msg {
	display: none;
}

.notice-msg {
background-color:#ffc2c2;
background-image:url(../images/icons/16-em-cross.png);
color: black;
}

.note-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs {
border:0 solid #DDDDDD;
/* float:left; */
margin:0 0 12px;
padding:5px 16px 0;
text-transform:uppercase;
}
.breadcrumbs strong { font-weight: normal; }
.breadcrumbs li { display:inline; }
.breadcrumbs li a { display:inline; color:#ff2f88; text-decoration: none; }
.breadcrumbs li span { background: url(../images/breadcrumb_arrow.gif) no-repeat; width: 7px; height: 10px; display:inline-block; overflow: hidden; text-indent: 1000px; margin: 0 8px; }

/* Page Heading */
.page-title { border-bottom:1px solid #3E3E3E; padding:0; margin:0 0 5px; }
.title-buttons { text-align:right; }

.title-buttons .checkout-types { display: none; }

.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { border:0px solid #ddd; padding:5px; margin:0 0 5px; text-align:center; float:left; width: 480px; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages a { color:#ff2f88;
text-decoration:none; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */ 
.sorter { border:0px solid #ddd; padding:5px; margin:0 0 5px; float:right; width: 170px; }
.sorter .view-mode { float:left; margin-right:25px; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

.sorter .view-mode a { 
color:#ff2f88;
text-decoration:none;
}

.sorter .view-mode strong { 
color: white;
}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:0px solid #ddd; font-weight:normal; white-space:nowrap; }
.data-table td { padding:5px; border:0px solid #ddd; }
.data-table thead { }
.data-table tbody {}
.data-table tfoot { background:#2D2D2D none repeat scroll 0 0; }
.data-table tr.first {}
.data-table tr.last { background:#3B3B3B none repeat scroll 0 0; }
.data-table tr.odd { background:#2D2D2D none repeat scroll 0 0; }
#checkout-step-review tfoot tr.last .price {font-size:20px; color:#94BB49;}
#checkout-step-review .price {color:white;}
.data-table tr.even { background-color:#3B3B3B; }
.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:normal; font-size: 16px; border-right:1px solid black; }
.data-table td.value {}

#product_comparison tr td {
	border-right:1px solid black;
	color: #888;
}

#product_comparison tr td button.button, #product_comparison tr td p a {
	float: right;
	margin-left: 20px;
}

/* 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:#2D2D2D none repeat scroll 0 0; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* 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:normal; }
.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:normal; }
.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; }

/* Noscript Notice */
.noscript { border:0px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; width:160px; height:140px; overflow:hidden; position:absolute; top:-25px; width:160px; } 
.header-container {}
.header { padding:10px; position:relative; height:100px; }
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }

.header .logo a { 
display:block;
height:140px;
width:160px;
}

.header .welcome-msg {
color:gray;
position:relative;
right:-305px;
text-align:right;
top:19px;
width:347px;
}

.header .links { 
float:right;
position:relative;
top:-54px;
 }
 
 .header .links li a { 
color:lightGray;
margin-left:0;
padding:0 5px;
text-decoration:none;
 }
 
  .header .links li a:hover { 
color:#ff2f88;
 }
 
.header .links li { 
border-left:1px solid gray;
 }
 
.header .links li.first { 
border-left:0px none;
 }

.header .form-search { text-align:center; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:0px 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:normal; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }

/********** < Navigation */
#nav { 
	background:transparent url(../images/nav_background.png) no-repeat scroll right 0;
float:right;
font-size:12px;
height:39px;
padding:5px 0 5px 5px;
position:absolute;
right:-10px;
top:68px;
width:680px;
}

/* All Levels */
#nav li { text-align:left; position:relative; background: url(../images/main_nav_divider.gif) no-repeat 0 center; }
#nav li.over { z-index:999; }
#nav li.parent {}

#nav li a { 
display:block; text-decoration:none; 
	
}

#nav li a:hover { 
display:block; text-decoration:none;  
	
}

#nav li a.first, #nav li ul li a, #nav li li { display:block; text-decoration:none; 
	background: none;
}


#nav li a:hover {
background:#FF2F88 url(../images/main_nav_divider.gif) no-repeat scroll -2px center;
margin-left:0px;
padding-left:15px;
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:7px 15px; font-weight: normal; color:white; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { 
background:#ff2f88;
color:black;
padding-right:20px;
 }
 
 #nav li.over ul li.over { 
background: black;
 }
 
  #nav li.over ul li.over span { 
color: white;
 }
 
#nav li.active {
/* background: transparent url(../images/main_nav_divider.gif) no-repeat scroll left center; */
padding-left:2px;
text-decoration:none;
}
 

#nav li.active a:hover { color: black; }

/* 2nd Level */
#nav ul { position:absolute; width:16em; top:32px; left:-10000px; background: #ff2f88; padding:20px 10px; z-index: 3000; }
#nav ul li { float:none;  }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color: white !important; }
#nav ul li a:hover { color: black !important; background: #ff2f88; }
#nav ul li.over > a  { font-weight:normal; color:#000 !important; }
#nav ul li.active a{ color: white;}

/* 3rd+ leven */
#nav ul ul { top: -20px; background: black; }

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


/* Sidebar =============================================================================== */
.block { border:0px solid #ddd; margin:0 0 10px; }
.block .block-title { }

.block .block-title h2 {
font-size:16px;
font-weight:normal;
line-height:1.5;
text-transform:uppercase;
}

.block h3 { font-size:12px; line-height:1.5; color: #888888; }
.block .block-content { padding:10px 0px; color:#888888; margin-bottom:35px; }
.block .actions { text-align:right; }
.block .actions a { float:left; }

/* 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:normal; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {}
.block-cart .amount {
}
.block-cart .subtotal { font-size:13px; }

.block-cart p.subtotal .price { font-size:20px; font-weight: bold; }

.mini-products-list li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#2D2D2D none repeat scroll 0 0;
border-bottom:1px solid black;
padding:5px;
}

.mini-products-list .product-image { float:left; width:50px; padding:2px; border:0px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:60px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:normal; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

.product-details h4 a {
	color:#9C9C9C;
	text-decoration:none;
	font-size: 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 {
float:left;
margin-right:20px;
width:207px;
}
styles.css (line 550)


.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 li { padding:5px 0; }

/* 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:normal; }

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

/* Block: Subscribe */
.block-subscribe {}

/* 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 {
border-top:1px solid black;
font-weight:normal;
padding:5px;
}

.block-progress dt.complete { 
background:#2D2D2D url(../images/tick.gif) no-repeat scroll 5px center;
padding:5px 5px 5px 25px;
 }
 

.block-progress dd.complete { 
background:#2D2D2D ;
padding:5px 5px 5px 25px;
 }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { margin:0 0 10px; }
.category-image { display:block; margin:0 auto; }
.category-products {
background:#2D2D2D none repeat scroll 0 0;
border:4px solid #3B3B3B;
}

/* View Type: Grid */
.products-grid { 
margin: 20px auto;
padding:11px;
width:585px;
}

.products-grid tr.odd {}
.products-grid tr.even { }
.products-grid td { border:0px solid #ddd; padding:1px; width: 125px; }
.products-grid td.empty { display: block; }

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


/* Product View ========================================================================== */
.product-view {
	background:#2D2D2D none repeat scroll 0 0;
border:4px solid #3B3B3B;
	color: white;
	padding: 15px;
} 

.product-essential {}
.product-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.product-view .product-img-box .product-image { border:0px 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; margin:15px 0; }
.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; background: url(../images/slider_track_bg.gif) repeat-x; }
.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; padding: 10px;] }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:350px; }
.product-view .product-name {}

.product-view .short-description {
color:#888888;
display: none;
}

.product-shop .product-name h2 {
	font-size: 40px;
}

/* 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 { 
background:black none repeat scroll 0 0;
height:28px;
}
.availability .in-stock { font-weight:normal; }
.availability .out-of-stock { 
background:transparent url(../images/outOfStock.gif) no-repeat scroll 0 0;
color:#FF0000;
display:inline-block;
font-weight:normal;
height:38px;
position:relative;
right:0;
text-indent:-1000px;
top:-10px;
width:61px;
 }
 
 
.product-shop .availability { 
background: none;
float:right;
margin:14px 11px 0 0;
color: gray;
}
.product-shop .availability .in-stock { font-weight:normal; color: white; }
.product-shop .availability .out-of-stock { 
background:transparent url(../images/outOfStock.gif) no-repeat scroll 0 0;
color:#FF0000;
font-weight:normal;
height:38px;
right:0;
text-indent:-1000px;
 }


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

.price-box {
color:gray;
float:left;
font-size:22px;
}

.price-box .price { font-weight:normal; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price {
color:#94BB49;
font-weight:normal;
}
/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:normal; text-decoration:line-through; }

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

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:normal; 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:normal; }

/* 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:normal; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:normal; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:normal; white-space:nowrap; }

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

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

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

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

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

/* Add to Links + Add to Cart */
.add-to-box {}

.add-to-box .add-to-cart {
clear:both;
margin-bottom:20px;
}

.add-to-box .or { float:left; margin:0 10px; display:none; }
.add-to-box .add-to-links { clear: both; }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:0px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:normal; }
.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 input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:0px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

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

/* Block: Description */
.product-view .description {
color:#888888;
float:right;
width:350px;
}
styles.css (line 694)


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

/* Block: Upsell */

.product-view .up-sell {
background:transparent url(../images/stripes.gif) repeat scroll 0 0;
clear:both;
padding:30px;
}

.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:normal; 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:0px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:normal; }

/* Options Tool Tip */
.item-options dt { font-weight:normal; 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:0px 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; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc { position:relative; }
.opc li.section { border:0px solid #ddd; border-bottom:0; }
.opc .step-title { 
background:#1e1e1e none repeat scroll 0 0;
border-top:1px solid black;
padding:5px 5px 5px 10px;
text-align:right;
}

.opc .step-title .number { float:left; line-height:22px; margin-right:5px; color: gray; }
.opc .step-title h3 { float:left; color: gray; text-transform: uppercase; font-size:13px; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active h3 { color: white; font-size: 28px; text-transform:capitalize; }
.opc .active .number { 
float:left; 
margin-right:5px; 
color: #ff2f88; 
position:relative;
top:13px;
}

.opc .active .step-title { background-color: #3B3B3B; cursor:default; }
.opc .step { 
/*background:#2D2D2D none repeat scroll 0 0;*/
background: transparent url(../images/stripes.gif) repeat scroll 0 0;
border:4px solid #3B3B3B;
padding:10px;
position:relative;
line-height: 1.7;
color: #888888;
 }
 
.opc .step h4, .opc .step label { 
color: white;
 }
 
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:normal; }
.sp-methods .price { font-weight:normal; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:0px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:0px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:normal; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:0px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


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

.account-login .new-users {
background:#2D2D2D none repeat scroll 0 0;
border:4px solid #3B3B3B;
color:#888888;
min-height:225px;
padding:20px;
}

.account-login .registered-users {
background:transparent url(../images/stripes.gif) repeat scroll 0 0;
color:#888888;
padding:25px;
min-height:225px;
}
styles.css (line 913)

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


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}
.dashboard .welcome-msg p { color:#888888; }

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { border:0px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:normal; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* 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; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { border:0px solid #ddd; padding-bottom:30px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul { float:left; padding:0 20px 0 0; }
/* ======================================================================================= */


/* Crownbrush ================================================================================ */

ul.links li {
	display: inline;
}

#search_mini_form {
float:right;
position:absolute;
right:0;
top:23px;
}

.header .button span {
	background:transparent url(../images/search-button.gif) no-repeat scroll 0 0;
height:31px;
overflow:hidden;
text-indent:1000px;
width:20px;
}

.header .button {
	background: none;
	padding: 0px;
}

.header .input-text {
	height:22px;
padding:8px 0 0 10px;
	background: url(../images/input-sprite.gif) left 0;
	float: left;
}

.header .search_end {
	height:30px;
	width: 5px;
	background: url(../images/input-sprite.gif) right 0;
	display: block;
	float: left;
	margin-right: 5px;
}

.header .form-search label {
	overflow:hidden;
text-indent:1000px;
}

#sml_ft1, #sml_ft2{ 
	width: 298px;
	height: 139px;
	float: left;
	margin-bottom: 12px;
}

#lrg_ft { 
	width: 372px;
	height: 292px;
	float: left;
	margin: 0px 12px 12px 0px;
}

#home_right_column {
	float:right;
width:176px;
}

#home_right_column ul {
	list-style-type: none;
	padding: 0px;
	font-size: 14px;
	padding:10px 0 0;
}

#home_right_column ul ul {
	list-style-type: none;
	padding: 0px;
	padding:0px;
}


#home_right_column ul li a {
	text-transform: uppercase;
	font-weight: normal;
	color: #dddddd;
	text-decoration: none;
	padding:3px 15px;
	display: block;
}

#home_right_column ul li a:hover {
	background: #ff2f88;
	color: black;
}



#home_right_column ul ul li a {
	text-transform: uppercase;
	font-weight: normal;
	color: #888888;
	text-decoration: none;
	font-size: 11px;
}

#home_left_column {
	width: 682px;
	float: left;
}

#main_flash {
	margin-bottom: 12px;
}

.clear {
	clear: both;
}

#home_featured .sorter, #home_featured .pager, #home_featured .add-to-links {
	display: none;
}

#home_featured .category-toolbars {
	background: none;
	height:0px;
}


#home_featured {
	width: 682px;
	background: #2d2d2d;
	position: relative;
	clear: both;
	margin-bottom: 15px;
}

#home_featured.featured-products .category-products {
	background:url(../images/best-sellers.gif) no-repeat scroll 0 0 #2D2D2D;	
}

#home_featured.special-offers .category-products {
	background:url(../images/special-offers.gif) no-repeat scroll 0 0 #2D2D2D;	
}

#products-grid-table .product-name {
	background:black none repeat scroll 0 0;
	line-height:1.5;
	min-height:55px;
	width:116px;
	padding: 5px;
	font-size: 12px; 
	font-weight: normal; 
}

#products-grid-table .price-box {
	background:black none repeat scroll 0 0;
	font-size:1em;
	width:50px;
	padding: 5px 5px 5px 10px;
}

#products-grid-table .product-name a {
	color: #9c9c9c;
	text-decoration: none;
}

#category_header {
	border-color:#3B3B3B #3B3B3B -moz-use-text-color;
	border-style:solid solid none;
	border-width:4px 4px 0;
	height: 250px;
}

#category_header_single {
	border: 4px solid #3B3B3B;
	height: 250px;
}

#recently-viewed-items li a{
	color:#ff2f88;
}

#recently-viewed-items li{
	padding: 5px;
}

.actions button.button {
background:transparent url(../images/bkg_button.png) no-repeat scroll 0 0;
border:0 none;
cursor:pointer;
height:31px;
overflow:visible;
padding:0 0 0 12px;
text-align:justify;
width:100%;
margin: 10px 0px 20px;
}

.amount a {
	color:#ff2f88;
	text-decoration: none;
}

.category-products ul.add-to-links {
	display: none;
}

.category-products button.button {
background:black none repeat scroll 0 0;
border:0 none;
cursor:pointer;
float:right;
height:31px;
overflow:visible;
padding:0;
top:-31px;
width:71px;
margin: -31px 0px 7px 0px;
}


.category-products button.button span {
-x-system-font:none;
color:#ff2f88;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:21px;
padding:5px 12px 0 0;
text-align:center;
white-space:nowrap;
background: none;
}

#brush_ranges {

}

#brush_ranges .range {
background:#2D2D2D none repeat scroll 0 0;
border:4px solid #3B3B3B;
width:155px;
height: 139px;
float: left;
margin: 0 10px 10px 0;
}

.footer ul {
	padding: 0px;
}

.footer ul li {
	display: inline;
}

.footer ul li a {
	color:#888888;
font-size:11px;
font-weight:normal;
text-decoration:none;
text-transform:uppercase;
padding:0 6px;
}

.footer ul li a:hover {
background:#ff2f88 none repeat scroll 0 0;
color:black;
}

#nav li.nav-shop a {
	padding-right: 10px;
}

#nav li.nav-shop a span {
background:transparent url(../images/arrow_down_white.png) no-repeat scroll right center;
padding-right:12px;
}

#nav li.nav-shop ul li a {
	background: none;
}

#nav li.nav-shop ul li a:hover {
	padding:3px 10px 3px 9px;
	margin: 0px;
	background: black;
	color: #FF2F88;
}

#nav li.nav-shop ul li a:hover span {
	padding: 0px;
	margin: 0px;
	color: #FF2F88;
}


li.nav-shop-brush-ranges a {
	background: url(../images/arrow_down_white.png) no-repeat 90% center;
	padding-right:20px;
}

.add-to-links li a {
	color: #ff2f88;
	text-decoration: none;
	display:inline-block;
margin-bottom:15px;
}

.add-to-links li {
	display:inline;
margin-right:15px;
}

.product-shop a{
	color: #ff2f88;
	text-decoration: none;
}

.product-shop .price-box {
color:gray;
float:left;
font-size:30px;
margin-bottom:10px;
}

#billing-address-select {
	font-size: 15px;
}

.category-toolbars {
	background: #3B3B3B;
	color:#ADADAD;
	height:34px;
}

#hp_left_arrow {
background-attachment:scroll;
background-color:transparent;
background-image:url(../images/moreArrow_left.gif);
background-position:0 0;
background-repeat:no-repeat;
height:31px;
left:-18px;
position:absolute;
top:174px;
width:33px;
}

#hp_left_arrow a, #hp_right_arrow a {
display: block;
height:31px;
width:33px;
}

#hp_right_arrow {
background-attachment:scroll;
background-color:transparent;
background-image:url(../images/moreArrow_right.gif);
background-position:0 0;
background-repeat:no-repeat;
height:31px;
right:-18px;
position:absolute;
top:174px;
width:33px;
}

#home_featured .category-products button.button {
	margin:-31px 0 0;
}

#home_featured .products-grid {
	margin:11px auto;
}

.col2-set h3{
	font-size:28px;
}

.page-title h2 {
	color: #888888;
	font-size:15px;
}

.buttons-set .button {
	position: relative;
	right: -30px;
}

.buttons-set #send2 {
	position: relative;
	right: 17px;
}

#personal-info {
	width: 425px;
	float: left;
	margin-right: 20px;
}

#login-info {
	width: 425px;
	float: left;
}

#personal-info .group-select, #login-info .group-select {
	min-height: 230px;
	background: none;
	padding: 0px;
}

#personal-info fieldset, #login-info fieldset {
	background:transparent url(../images/stripes.gif) repeat scroll 0 0;
	color:#888888;
	padding:25px;
	min-height:315px;
}

#personal-info fieldset h3, #login-info fieldset h3 {
 font-size:28px;;
 }
 
.buttons-set-new {
position:relative;
text-align:right;
top:-96px;
width:832px;
}

.buttons-set-new a {
color:#DE036F;
left:473px;
position:absolute;
text-decoration:none;
top:5px;
}

#contactForm {
	position: relative;
	z-index: 1;
}

#contactForm .buttons-set {
border:0 solid #DDDDDD;
clear:both;
margin:5px 0 0;
padding:5px;
position:relative;
right:0;
top:-90px;
}

#contactForm .buttons-set .button {
position:absolute;
right: 30px;
}


.lrgTitle h2 {
float:left;
font-size:28px;
font-weight:normal;
letter-spacing:1px;
margin:0 0 15px;
padding:0;
color: white;
}

.blockWrapper {
background:#2D2D2D none repeat scroll 0 0;
border:4px solid #3B3B3B;
clear:both;
color:#888888;
margin-bottom:5px;
padding:20px;
}

#contactForm .group-select {
padding:20px 20px 50px;
}

.block-cart .block-content .actions button.button span, .block-compare .block-content .actions button.button span {
background:transparent url(../images/bkg_button.gif) no-repeat scroll right 0;
color:#FFFFFF;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:31px;
line-height:21px;
padding:4px 20px 0 7px;
text-align:center;
white-space:nowrap;
width:137px;
}

.fade_hover {
	position: relative;
	top:-139px;	
}

#upsell-product-table .product-name a {
	color: white;
}

.more-views {
	background: #3B3B3B;
	margin-bottom:15px;
	padding:5px 10px;
}

#compare-items a {
	color:#9C9C9C;
text-decoration:none;
font-size:10px;
margin-right:2px;
}

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

.block-compare li {
background:#2D2D2D none repeat scroll 0 0;
border-bottom:1px solid black;
padding:5px;
}

#discount-coupon-form button.button, .shipping button.button, .a-right button.button {
background:transparent url(../images/bkg_grey_button.png) no-repeat scroll left 0;
border:0 none;
cursor:pointer;
height:31px;
overflow:visible;
padding:0 0 0 5px;
width:auto;
}


#discount-coupon-form button.button span, .shipping button.button span, .a-right button.button span {
background:transparent url(../images/bkg_grey_button.png) no-repeat scroll right 0;
color:#FFFFFF;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:31px;
line-height:21px;
padding:4px 12px 0 7px;
text-align:center;
white-space:nowrap;
}

.shipping .buttons-set {
border:0 solid #DDDDDD;
clear:both;
margin:5px 0 0;
padding:5px;
right:0;
position: inherit;
}

.cart .shipping {
display:none;
}


.totals strong .price {
	font-size: 20px;
}

ul.checkout-types li {
	margin-bottom: 15px;
}

#opc-login .buttons-set, #co-billing-form .buttons-set, #opc-shipping_method .buttons-set, #co-shipping-form .buttons-set, #opc-payment .buttons-set, #opc-review .buttons-set  {
	position:relative;
	right:44px;
	top: 0px;
}


#opc-shipping_method .buttons-set a, #opc-login .buttons-set a, #opc-shipping_method .buttons-set a, #co-shipping-form .buttons-set a, #opc-payment .buttons-set a, #opc-review .buttons-set a {
	position:relative;
	right:-44px;
	top: 0px;
}

#payment_form_realex .input-box {
	margin-top: 10px;
}

p.f-left {
	left:50px;
	position:relative;
}

.block-progress dd.complete .price {
color: white;
}

.separator {
	clear: both;
}

.postWrapper h2 {
color:white;
text-decoration:none;
font-size: 28px;
}

#sidebar_image {
	border: 4px solid gray;
	float: left;
	width: 351px;
}

.clear p {
	display: none;
}


.box_container {     
	position:relative; /* important */     
	width:155px; /* we must set a specific width of the container, so it doesn't strech when the image starts moving */     
	height:139px; /* important if you use slidedown/slideup effects (check the demo). */     
	overflow:hidden; /* hide the content that goes beyond the div limits */     /*just styling bellow*/     
	background: black;     
	color:white;
}     

.box_image {     
	position:absolute; /* important - to get the image position on top of the text */     
}

ol#cart-sidebar-reorder a {
}

ol#cart-sidebar-reorder li {
padding:5px 5px 5px 5px;
}

#cart-sidebar-reorder .label{
	margin-left:0px;
}

.col-1 address {
color:#888888;
}

.dashboard h4 {
	color: white;
	margin-top: 20px;
}

ul.form-list {
	padding: 20px;
}

.wishlist-sharing-form .buttons-set {
border:0 solid #DDDDDD;
clear:both;
margin:5px 0 0;
padding:5px;
position:relative;
right:0;
top:-63px;
width:623px;
}

.wishlist-sharing-form .buttons-set a {
right: -20px;
}




#content {
position:relative;
width:680px;
padding-top;150px:
}

.postWrapper {
	background:none repeat scroll 0 0 #2D2D2D;
border:4px solid #3B3B3B;
margin-bottom:10px;
padding:20px;
}

#college-zone-head {
background:url("../images/CollegeZone-bg.jpg") no-repeat scroll 0 0 transparent;
border:4px solid #3B3B3B;
height:313px;
padding:105px 0 0 40px;
width:822px;;
}

#college-zone-form .form-search #search {
background:url("../images/collegeZone-form.gif") no-repeat scroll 0 0 transparent;
font-size:21px;
height:33px;
padding-left:15px;
}

#college-zone-form .form-search .search_end {
background:url("../images/collegeZone-form.gif") no-repeat scroll right 0 transparent;
display:inline-block;
height:43px;
margin-bottom:-18px;
padding-left:15px;
width:5px;
}

#college-zone-form .form-search button.button {
background: none;
color:#FFFFFF;
font:12px/21px Arial,Helvetica,sans-serif;
height:auto;
text-align:center;
white-space:nowrap;
margin-bottom: -2px;
}

#college-zone-form .form-search button.button span {
	background: url(../images/collegeZone-submit.gif) no-repeat 0 0;
	width: 40px;
	height: 41px;
}

#college-zone-head p {
	width: 360px;
	color: gray;
	margin-bottom: 20px;
}

#facebook {
	background: url(../images/facebook.gif) no-repeat 0 center;
	padding-left: 40px;
	height: 36px;
	padding-top: 10px;
	margin-left: 5px;
}

#not-college, #contact-college {
	width: 200px;
	height: 150px;
	background:none repeat scroll 0 0 #3C3C3C;
border:4px solid #3B3B3B;
float: left;
margin-top: 10px;
}

#contact-college {
background:url("../images/collegeZone-your-college.jpg") no-repeat scroll 0 center #3C3C3C;
color:#8C8C8C;
height:116px;
margin-right:10px;
padding:19px 20px 0 166px;
text-decoration:none;
width:371px;
}

#contact-college span {
	color:#FF2F88;
display:block;
margin-top:5px;
text-align: right;
}

#not-college {
background:url("../images/collegeZone-shop-advert.jpg") no-repeat scroll 0 center #3C3C3C;
height:39px;
padding:96px 20px 0;
text-align:right;
text-decoration:none;
width:246px;
}

.checkout-notice {
	padding: #d1d1d1;
	padding: 10px;
}


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