/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_new.css 3286 2006-03-28 01:14:04Z drbyte $
 */

body {
	color:#000000;
	font:.75em/1.5 'trebuchet ms', arial, sans-serif;
	/*background-color: #deecf2;*/
	background: #fff url('../images/backgroundMain.jpg') repeat-x;
	background-attachment: fixed;
	margin:0;
}

a img {
	border: none;
}

a:link {
	color:#006599;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color:#0076A9;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#0086B9;
}

blockquote {
	/*width:140px;*/
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

lh, dt {
	font-size:15px;
	color: #0e0e20;
	font-weight:bold;
}

dd {
	font-size:11px;
	font-weight:bold;
	color: #0e0e20;
}

h1 {
	font-size: 1.4em;
	color:#333;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger {
	font-size: 1.1em;
}

.biggerText {
	font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em;
}

code {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
}

form, select, input {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}

textarea {
	margin: auto;
	display: block;
	width: 95%;
}
input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
}
fieldset {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
}
legend {
	font-weight: bold;
	padding: 0.3em;
}

label, h4.optionName {
	line-height: 1.25em;
	padding: 0.1em;
}

label.checkboxLabel, label.radioButtonLabel {
	font-size: 0.95em;
	margin: 0.2em 0.5em;
}

#logoWrapper, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
}

label.inputLabel {
	font-size: 0.95em;
	width: 10em;
	float: left;
}

label.inputLabelPayment {
	width: 15em;
	float: left;
}

label.selectLabel, label.switchedLabel, label.uploadsLabel  {
	width: 12em;
	float: left;
}

p, address {
	padding: 0.5em;
}
address {
	font-style: normal;
}
.clearBoth {
	clear: both;
}
hr {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
}

cite {
	text-transform: uppercase;
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
}
.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
}
.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
}
.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
}
/*wrappers - page or section containers*/
#mainWrapper {
	width: 1024px;
	text-align: left;
	vertical-align: top;
	background: #fff;
}

/* main content area */
#contentMainWrapper {
	margin:0;
}

#headerWrapper {
	/*background-color: #c4dff0;*/
	background: #000 url('../images/footerNav.jpg') top left repeat-y;
}

#headerWrapper a:link, #headerWrapper a:visited {
	color: #c4dff0;
}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #csNotifications, #navEZPagesTOCWrapper {
	margin: 10px 0px;
	width: 46%;
}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
}

/* HEADER */

#navMainWrapper a:link , #navMainWrapper a:visited {

}

#navMainWrapper a:hover {
	text-decoration:underline;
}

#logo {
	margin: 10px;
}

#headerContent {
	background: #000 url('../images/header-bg.jpg') center left no-repeat;
	height: 190px;
	padding:0px;
	margin: 0px;
}

#nameWrapper  {
	padding:10px 0 10px 30px;
}

#nameWrapper a, #nameWrapper a:visited {
	font-size:40px;
	text-decoration:none;
	color:#fff;
	font-weight:normal;
}

#taglineWrapper {
	font-size:20px;
	padding:10px 0 10px 60px;
	margin-top:-30px;
	color:#fff;
}

#footernavbar {
	color:white;
	text-align:center;
	background: url('../images/footerNav.jpg') center center no-repeat;
	padding:31px;
}

#navEZPagesTop {
	font-weight: bold;
	text-align:center;
	font-size:1.2em;
}

#navEZPagesTop a {
	color:#fff;
}
#tickerSearchWrap{
	margin: 0px;
	padding: 0px;
	background: url('../images/search_div_bg.png') repeat-y;
} 

.navMainSearch {
	margin:0 10px 0 0;
	line-height:0;
	float: left;
	color:#fff;
	width: 410px;
	
}

fieldset.search {
	border: none;
	width: 210px;
	margin: 0px;
	padding: 0px;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #065378;
	vertical-align:middle;
	font-size: 14px;
	width: 140px;
	height: 30px;
	padding: 3px 10px 0;
	background: url('../images/search_bg.png') no-repeat;
	margin-right: 5px;
	font-weight: bold;
}

.search button.btn {
	width: 38px;
	height: 32px;
	cursor: pointer;
	text-indent: -9999px;
	background: url('../images/search_bg.png') no-repeat top right;
}
.search button.btn:hover {
	background: url('../images/search_bg.png') no-repeat bottom right;
}

.ticker{
	margin: auto 0px;
	height: 35px;
	width: 795px;
	padding: 0px 0px 0px 0px;
	background: #000 url('../images/footerNav.jpg') top left repeat-y;
	margin: 0px auto;
}

#spacerHome{
	height: 10px;
	width: 100%;
}

.ticker p{
	padding: 8px 0px 0px 0px;
	margin: 0px;
	color: #fff;
	text-align: center;
}

.ticker a{
	color: #fff;
	text-decoration:underline;
}

#tickerSearchWrap{
	margin: 0px;
	padding: 0px;
	background: url('../images/search_div_bg.png') repeat-y;
} 
/*navigation*/

.navSplitPagesResult {
	margin: 0.5em;
	font-size: 0.9em;
}
.navSplitPagesLinks {
	margin: 0.5em;
	font-size: 1.2em;
}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	font-weight: bold;
	height: 1%;
	/*background-color: green;*/
}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding: 0em 0em;
	list-style-type: none;
	text-align: center;
	/*line-height: 1.5em;*/
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	/*white-space: nowrap;*/
}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
}

#headerWrapper #navMain ul li {
	border-right:1px solid #666;
}

#navEZPagesTOCWrapper {
font-weight: bold;
float: right;
height: 1%;
border:1px solid #dfdfdf;
}

#navEZPagesTOC ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
}
#navEZPagesTOC ul li {
	white-space: nowrap;
}
#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription  {
	margin: 0.5em;
}
#navBreadCrumb {
border-bottom:1px solid #bfbfbf;
padding: 0px 0 5px 0;
margin:3px 25px 0 25px;
}

#navSearch{
	width: 300px;
	height: 30px;
	float: left;
}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {

	vertical-align: top;
}

#productDescription, .shippingEstimatorWrapper {
	padding: 0.5em;
}

#productDescription {
	color: #ffffff;
	background-color: #006699;
	text-align: center;
}

#productDescription h1, #productDescription h2, #productDescription h3, #productDescription h4, #productDescription h5, #productDescription h6 {
	color: #ffffff;
}

#productDescription table {
	margin: auto;
	text-align: left;
}

#productDescription img {
	margin: 1em;
}

#productDescription ul {
	text-align: left;
	font-weight: bold;
}

.alert {
	color: #FF0000;
	margin-left: 0.1em;
	font-size: 0.9em;
}
.advisory {}
.important {
	font-size: 1.1em;
}
.notice {}
.rating{}
.gvBal {
	float: right;
}

 #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
}

#siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
margin-bottom:10px;
}

/*Shopping Cart Display*/
#cartAdd, #cartAddTop {
	text-align: center;
}

.cartTableHeading TH {
	border-bottom: 1px solid #cccccc;
}

.cartTableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	height: 2.2em;
 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
}

.instructions {
	clear: both;
}

#shippingAlert {
	font-size: 120%;
	font-weight: bold;
	color: red;
}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
}
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
}
#scUpdateQuantity {
	width: 2em;
}

.cartQuantity {
	width: 4.7em;
}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
}

.cartRemoveItemDisplay {
	width: 3.5em;
}

#cartAttribsList {
	margin-left: 1em;
}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff1111;
}

#productFinance {
	float: right;
}

#productPrices , #productOriginalPrice, #productSavings, #blockFreeDelivery  {
	text-align: right;
}

#productOriginalPrice {
	color: #006699;
	text-transform: uppercase;
	font-size: 10pt;
}

#authorisedStockist {
	color: #006699;
	text-transform: uppercase;
	text-align: right;
}

del {
	text-decoration: line-through;
}

#productPrices {
	color: #ff1111;
	text-transform: uppercase;
	font-size: 13pt;
	padding: 2px;
}

#productSavings {
	color: #006699;
	font-size: 10pt;
	text-transform: uppercase;
}

#blockFreeDelivery {
	color: #AA0000;
	font-size: small;
	font-style: italic;
}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
}

.amount {
	width: 5.5em;
}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
}

.categoryIcon {}
#cartImage {
	margin: 0.5em 1em;
}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	text-transform: uppercase;
}

#productName{
	font-family: "Arial Narrow", arial;
	font-size: 21px;
	letter-spacing: -1px;
	/*width: 550px;*/
	text-transform: uppercase;
	color: #006699;
	margin: 0px;
}

.itemTitle {
	text-transform: uppercase;
}

.centerBoxContents {
	padding: 0 5px 5px 5px;
}

/* BOXES */

#navColumnOne, #navColumnTwo {
	background-color:#fafafa;
}

.centerColumn {
	width: 835x;
	padding: 0 5px;
}

h2.centerBoxHeading, tr.productListing-rowheading, tr.tableHeading {
	background: #006599 url('../images/box-title-bg.jpg') top left repeat-y;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
	padding: 5px;
	color: #ffffff;
}

h2.centerBoxHeading {
	padding-left:10px;
}

.productListing-rowheading, tr.tableHeading {
	height:2em;
}

.centerBoxWrapper, .tabTable {
	padding: 0px;
	height: 1%; /*do not remove- IEhack*/
	margin-bottom: 1em;
	line-height:1.4;
	background:#f8f8f8 url('../images/content-bg.jpg') 0 28px repeat-x;
}

.sideBoxContent {
	padding:5px;
	margin-bottom:15px;
	background:transparent url('../images/content-bg.jpg') top center repeat-x;
	line-height:1.4
}

marquee.scrollingReviews{
	height: 150px;
}

h3.rightBoxHeading, h3.leftBoxHeading  {
	background:transparent url('../images/box-title-bg.jpg') center center no-repeat;
	text-align:center;
	margin:0;
	letter-spacing:.5px;
	padding:2.5px;
}

h3 label {
	font-size:1.0em;
}

h3.rightBoxHeading, h3.rightBoxHeading a, h3.leftBoxHeading, h3.leftBoxHeading a  {
	color:#fff;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	text-decoration: underline;
}

/* PRODUCT LISTING */

.productListing-rowheading a, .productListing-rowheading a:hover, .productListing-rowheading a:visited {
	color: #ffffff;
}

.productListing-data img {
	padding:8px;
}

.productListing-even {
	background-color:#ccccff;
}

.productListing-odd {
	background-color:#ffffff;
}

/* PRODUCT INFO */

#productMainInfo {
	float: left;
	width: 50%;
}

#productDetailsList {
	float: left;
}

#productDetailsList, #productDetailsList li {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	font-weight: bold;
	width: auto;
	font-size: 120%;
	color: #333333;
}

.productListing-data .itemMainPrice, .productListing-data .itemOriginalPrice, .productListing-data .itemSaving {
	text-transform: uppercase;
}

.productListing-data .itemOriginalPrice {

}

.productListing-data .itemMainPrice {
	font-weight: bold;
	color: #AA0000;
}

/* FOOTER */

#authorLink {
	text-align:center;
	font-size:.9em;
}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navNextPrevWrapperTop, #navNextPrevWrapperBottom, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
}

#bannerboxHeading {
}

#upProductsHeading {
	text-align: left;
}

#upDateHeading {
	text-align: right;
}
/*misc*/
.back {
  float: left;
}
.forward {
	float: right;
}

.bold {
	font-weight: bold;
}

.rowOdd {
	background-color: #F8F8F8;
	height: 1.5em;
	vertical-align: top;
}

.rowEven {
	background-color: #F4F4F4;
	height: 1.5em;
	vertical-align: top;
}

CAPTION {
	/*display: none;*/
}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
}

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
}

#siteMapList {
	width: 90%;
	float: right;
}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
	background-color: #ffffff;
}

#watchCollectionContainer {
	margin: auto;
	max-width: 800px;
}

#watchCollectionContainer div {
	float: left;
}

.homePageHighlight {
	text-decoration: underline;
	text-transform: uppercase;
}

span.pleaseNote {
	font-weight: bold;
	text-decoration: underline;
}

#indexDefaultMainContent {
	margin: 0px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

#indexDefaultMainContent h2 {
	font-size: x-large;
}

#indexDefaultMainContent p {
	margin: 0px;
}

#indexDefaultMainContent table {
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

#indexDefaultMainContent .gradBoxL {
	background-image: url(/images/new-box_r2_c2.gif);
	width: 50px;
	background-repeat: no-repeat;
	height: 222px;
}

#indexDefaultMainContent .gradBoxC {
	background-image: url(/images/new-box_r2_c3.gif);
	background-repeat: repeat-x;
	height: 222px;
}

#indexDefaultMainContent .gradBoxR {
	background-image: url(/images/new-box_r2_c5.gif);
	width: 50px;
	background-repeat: no-repeat;
	height: 222px;
}

#topinfo {
	background-image: url(/images/main-bg.jpg);
	width: 800px;
	background-repeat: no-repeat;
	height: 110px;
	padding-top: 90px;
	margin: 5px auto;
}

#htext {
	font-size: 17px;
	padding: 0px;
}

/* TEXT BOXES */

#enquiry, #email-address, #contactname, #enquiry_subject {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #0e0e20;
	font-weight:bold;
	background: #bebeec;
	border: 1px solid #0e0e20
}

table.productPriceComparison {
	border: 0px;
	margin: auto 5px 5px 5px;
	float: right;
	background-color: #006699;
	border-spacing: 1px;
}

/* HEADER */
table.productPriceComparison th {
	color: black;
	background-color: #d2e5ee;
	font-size:15px;
}

table.productPriceComparison td {
	padding: 0px 5px;
}

/* COMPETITOR ROWS */
td.priceComparisonCompetitorName, td.priceComparisonCompetitorPrice {
	color: black;
	background-color: white;
}

/* LAST ROW */
td.priceComparisonOurName, td.priceComparisonOurPrice {
	color: #006699;
	background-color: #d2e5ee;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 120%;
}

/* LEFT COLUMN */
td.priceComparisonCompetitorName, td.priceComparisonOurName {
	text-align: center;
}

/* RIGHT COLUMN */
td.priceComparisonCompetitorPrice, td.priceComparisonOurPrice {
	text-align: right;
	font-weight: bold;
}

td.priceComparisonOurPrice {
	font-size: 140%;
}

#productInformation-top {
	width:100%;
	/*margin: auto;*/
	/*text-align: center;*/
	clear: both;
	display:block;
}

#productDescriptionRollover {
	width:530px;
	display: inline;
	padding-top: 30px;
}

#productAvailability {
	width: 800px;
	text-align: center;
}

#productAvailability p {
	display: inline;
}

.orderBefore {
	color: #006699;
	font-weight: bold;
	font-size: 16px;
	margin: auto 1em;
	text-align: center;
}

#orderBefore sup {
	text-transform: uppercase;
	font-size: 10px;
}

#productInStockText {
	text-transform: uppercase;
	color: blue;
}

#warranty {
	background-image: url(/images/blank_bg.jpg);
	width: 800px;
	background-repeat: no-repeat;
	height: 75px;
	padding: 3px 3px 3px 3px;
	margin: 5px auto;
}

/* Slider - Homepage */


#slideshowWrapper{
	/*position:relative;*/
	margin: 0 auto;
	margin-top:5px;
	width: 550px;
	height: 200px;
	
	padding-right: 250px;
	background-image: url(../images/free_delivery.jpg); 
	background-position:right top; 
	background-repeat:no-repeat;
}

ul#slideshow{list-style:none;padding:2px;width:548px;height:200px;overflow:hidden;}
ul#slideshow li{list-style:none;margin:0px;}
#homeScroll{
	width:650px;
	height: 43px;
	margin: 0px auto;
	padding-top: 3px;
	padding-left: 150px;
	background-image:url(../images/free_delivery_bottom.jpg);
	color: #fff;
	font-style: normal;
	overflow: hidden;
	}
/*
#fssList{list-style:none;width:548px;margin:auto;padding:5px 0 0 45%;}
#fssList li{display:inline;padding-right:10px;}
#fssList li a{color:#999;text-decoration:none;}
#fssList li.fssActive a{font-weight:bold;color:#333;}
*/
/* Products - Information */
#manInfoWrapper {
	width: 800px;
	height: 251px;
	background-image:url(../images/product-info/ice-background.jpg);
	background-repeat:no-repeat;
	padding-top:0px;
	margin: auto; 
}

#manInfoWrapper .manInfoText {
	display:bock;
	width: 570px;
	/*background-image:url(../images/product-info/category-bg.png);*/
	margin-left: 12px;
	margin-top: 7px;
}

.manInfoText p {
	font-size: 10px;
	color: #fff;
}

#accInfoWrapper {
        width: 834px; 
        height: 249px;
        background-image:url(../images/product-info/accurist-background.jpg);
        background-repeat:no-repeat;
        padding-top:10px;
		  margin: auto;
}

#accInfoWrapper .accInfoText {
        width: 570px;
       /* background-image:url(../images/product-info/category-bg.png);*/
		  margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
}

.accInfoText p {     
        font-size: 10px;   
}

#sekInfoWrapper {
        width: 800px;
        height: 300px;
        background-image:url(../images/product-info/seksy-background.jpg);
        background-repeat:no-repeat;
        padding-top:10px;
        margin: auto;
}
 
#sekInfoWrapper .sekInfoText {
        display:bock;
			width: 780px;
        /*background-image:url(../images/product-info/category-bg.png);*/
        margin-top: 60px;
        margin-left: 10px;
}
 
.sekInfoText p {
        font-size: 11px;
	color: #fff;
}

#summertime-container {
	width: 650px;
    margin-left: auto;
    margin-right: auto;
}

#tedWrapper {
	width: 850px;
	height: 251px;
	background-image:url(../images/product-info/tedbaker-background.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	margin: auto; 
}

#tedWrapper .tedInfoText {
	display:bock;
	width: 460px;
	/*background-image:url(../images/product-info/category-bg.png);*/
	margin-left: 12px;
	margin-top: 10px;
}

#tedWrapper .tedInfoText p {
	font-size: 12px;
	color: #000;
	/*font-weight: bold;*/
}

#sekWrapper {
	width: 800px;
	height: 259px;
	background-image:url(../images/product-info/sekonda-background.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	margin: auto; 
}

#sekWrapper .sekInfoText {
	display:bock;
	width: 620px;
	/*background-image:url(../images/product-info/category-bg.png);*/
	margin-left: 15px;
	margin-top: 10px;
}

#sekWrapper .sekInfoText p {
	font-size: 10px;
	color: #fff;
	/*font-weight: bold;*/
}

#armaniWrapper {
	width: 800px;
	height: 250px;
	background-image:url(../images/product-info/armani-background.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	margin: auto; 
}

#armaniWrapper .armaniInfoText {
	display:bock;
	width: 420px;
	/*background-image:url(../images/product-info/category-bg.png);*/
	margin-left: 3px;
	margin-top: 60px;
}

#armaniWrapper .armaniInfoText p {
	font-size: 12px;
	color: #fff;
	/*font-weight: bold;*/
}

#radoWrapper {
	width: 800px;
	height: 250px;
	background-image:url(../images/product-info/rado-background.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	margin: auto; 
}

#radoWrapper .radoInfoText {
	display:bock;
	width: 420px;
	margin-left: 12px;
	margin-top: 40px;
}

#radoWrapper .radoInfoText p {
	font-size: 12px;
	color: #000;
	/*font-weight: bold;*/
}

#kcWrapper {
	width: 850px;
	height: 250px;
	background-image:url(../images/product-info/kennethcole-background.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	margin: auto; 
}

#kcWrapper .kcInfoText {
	display:bock;
	width: 378px;
	margin-left: 11px;
	margin-top: 25px;
}

#kcWrapper .radoInfoText p {
	font-size: 12px;
	color: #000;
	/*font-weight: bold;*/
}

#gucciWrapper {
	width: 800px;
	height: 250px;
	background-image:url(../images/product-info/gucci-background.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	margin: auto; 
}

#gucciWrapper .gucciInfoText {
	display:bock;
	width: 620px;
	margin-left: 12px;
	margin-top: 25px;
}

#gucciWrapper .gucciInfoText p {
	font-size: 12px;
	color: #000;
	/*font-weight: bold;*/
}

#longinesWrapper {
	width: 850px;
	height: 250px;
	background-image:url(../images/product-info/longines-background.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	margin: auto; 
}

#longinesWrapper .longinesInfoText {
	display:bock;
	width: 510px;
	margin-left: 40px;
	margin-top: 45px;
}

#longinesWrapper .longinesInfoText p {
	font-size: 12px;
	color: #000;
	/*font-weight: bold;*/
}

#tagWrapper {
	width: 850px;
	height: 250px;
	background-image:url(../images/product-info/tag-background.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	margin: auto; 
}

#tagWrapper .tagInfoText {
	display:bock;
	width: 450px;
	margin-left: 383px;
	margin-top: 70px;
}

#tagWrapper .tagInfoText p {
	font-size: 12px;
	color: #000;
	/*font-weight: bold;*/
}

#citizenWrapper {
	width: 800px;
	height: 250px;
	background-image:url(../images/product-info/citizen-background.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	margin: auto; 
}

#citizenWrapper .citizenInfoText {
	display:bock;
	width: 400px;
	margin-left: 380px;
	margin-top: 30px;
}

#citizenWrapper .citizenInfoText p {
	font-size: 12px;
	color: #000;
	/*font-weight: bold;*/
}

#braunAuth{
	background: url(../images/product-info/braun.jpg) no-repeat center top;
	border: solid 1px #ccc;
	padding: 5px 5px 5px 5px;
	width: 300px;
	padding-top: 130px;
	margin: 0px auto;
}

#braunAuth h1{ 
	font-family: "Arial Narrow";
	font-size: 21px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #006699;
	margin: 0px;
	padding:0px;
	text-align: center;
}

#policeWrapper {
	width: 300px;
	height: 100px;
	background-image:url(../images/product-info/police.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	border: 2px solid #ccc;
	margin: auto; 
}

#policeWrapper .policeInfoText {
	display:bock;
	width: 300px;
	margin-top: 55px;
}

#policeWrapper .policeInfoText p {
	font-size: 18px;
	text-align: center;
	color: #000;
	font-weight: bold;
}

#kahunaWrapper {
	width: 800px;
	height: 250px;
	background-image:url(../images/product-info/kahuna-background.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	margin: auto; 
}

#kahunaWrapper .kahunaInfoText {
	display:bock;
	width: 490px;
	margin-left: 12px;
	margin-top: 38px;
}

#kahunaWrapper .kahunaInfoText p {
	font-size: 12px;
	color: #000;
	/*font-weight: bold;*/
}

#dgWrapper {
	width: 800px;
	height: 250px;
	background-image:url(../images/product-info/d&g-background.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	margin: auto; 
}

#dgWrapper .dgInfoText {
	display:bock;
	width: 490px;
	margin-left: 285px;
	margin-top: 65px;
}

#dgWrapper .dgInfoText p {
	font-size: 12px;
	color: #000;
	/*font-weight: bold;*/
}

#charmedWrapper {
	width: 620px;
	padding-top:10px;
	margin: auto; 
}

#burberryWrapper {
	width: 800px;
	height: 250px;
	background-image:url(../images/product-info/burberry-background.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	margin: auto; 
}

#burberryWrapper .burberryInfoText {
	display:bock;
	width: 490px;
	margin-left: 19px;
	margin-top: 25px;
}

#BurberryWrapper .burberryInfoText p {
	font-size: 12px;
	color: #000;
	/*font-weight: bold;*/
}

#ckWrapper {
	width: 800px;
	height: 250px;
	background-image:url(../images/product-info/CK-background.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	margin: auto; 
}

#ckWrapper .ckInfoText {
	display:bock;
	width: 520px;
	margin-left: 14px;
	margin-top: 30px;
}

#ckWrapper .ckInfoText p {
	font-size: 12px;
	color: #000;
	/*font-weight: bold;*/
}

#dieselWrapper {
	width: 800px;
	height: 250px;
	background-image:url(../images/product-info/diesel-background.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	margin: auto; 
}

#dieselWrapper .dieselInfoText {
	display:bock;
	width: 465px;
	margin-left: 15px;
	margin-top: 35px;
}

#dieselWrapper .dieselInfoText p {
	font-size: 12px;
	color: #000;
	/*font-weight: bold;*/
}

#dknyWrapper {
	width: 800px;
	height: 250px;
	background-image:url(../images/product-info/dkny-background.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	margin: auto; 
}

#dknyWrapper .dknyInfoText {
	display:bock;
	width: 423px;
	margin-left: 13px;
	margin-top: 13px;
}

#dknyWrapper .dknyInfoText p {
	font-size: 12px;
	color: #000;
	/*font-weight: bold;*/
}

#casioWrapper {
        width: 800px;
        height: 250px;
        background-image:url(../images/product-info/casio-background.jpg);
        background-repeat:no-repeat;
        padding-top:10px;
        margin: auto; 
}

#casioWrapper .casioInfoText {
        display:bock;
        width: 450px;
        margin-left: 13px;
        margin-top: 13px;
}

#casioWrapper .casioInfoText p {
        font-size: 12px;
        color: #000;
        /*font-weight: bold;*/
}

#bocciaWrapper {
        width: 834px;
        height: 250px;
        background-image:url(../images/product-info/boccia-background.jpg);
        background-repeat:no-repeat;
        padding-top:10px;
        margin: auto; 
}

#bocciaWrapper .bocciaInfoText {
        display:bock;
        width: 440px;
        margin-left: 13px;
        margin-top: 47px;
}

#bocciaWrapper .bocciaInfoText p {
        font-size: 10px;
        color: #fff;
        /*font-weight: bold;*/
}

#MothersDayPromo{
	width: 600px;
	height: 216px;
	margin: 0px auto;
	background-image: url(../images/MothersDay2011.jpg);
}

/*Tab Slide */

.why-us {
      	 padding-top: 30px;
          padding: 0px;
          width: 400px;
          text-align: left;
      } 
      .confidence {
          padding: 0px;
          width: 400px;
      } 
      .bottom-slide {
      	background-image: url(../images/infobar/infobar-bottom.png);
      	height: 29px;
      }
      .middle-slide {
      	background-image: url(../images/infobar/infobar-middle.png);
      	background-repeat: repeat-y;
      	padding-left: 20px;
      	margin: 0;
      }
      .whyUsTop {
      	background-image: url(../images/infobar/background.png);
      	width:100%;
      	height: 70px;
      }    
      .confidence-infobar {
      	background-image: url(../images/infobar/background-confidence.png);
      	width:400px;
      	height: 70px;
      }
      .confidenceMiddle {
         background-image: url(../images/infobar/infobar-middle.png);
      	background-repeat: repeat-y;
      	padding-left: 20px;
      	margin-top: 106;
      	padding-right:40px;
      	}
      	
      .warranty-infobar {
      	background-image: url(../images/infobar/background-warranty.png);
      	width:400px;
      	height: 70px;
      }
      .warrantyMiddle {
         background-image: url(../images/infobar/infobar-middle.png);
      	background-repeat: repeat-y;
      	padding-left: 20px;
      	margin-top: 106;
      	padding-right:40px;
      	width: 340px;
      	}
      .warrantyMiddle p {
      	padding-right: 40px;
      	padding-left: 20px;
      	}
      .delivery-top {
      	background-image: url(../images/infobar/background-delivery.png);
      	width:400px;
      	height: 70px;
      	clear: both;
      }
      .deliveryMiddle {
         background-image: url(../images/infobar/infobar-middle.png);
      	background-repeat: repeat-y;
      	padding-left: 20px;
      	margin-top: 106;
      	padding-right:40px;
      	width: 340px;
      	text-align:left;
      	}
#indexAbout {
	width:800px;
	  background-image: url(/images/Homepage/box.jpg);
	background-repeat: no-repeat;	
       padding: 5px 5px 5px 5px;
	margin: 0px auto;
	}
