/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 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.css 5952 2007-03-03 06:18:46Z drbyte $
 */

html {
}
body {
	margin: 0px;
	font-family: geneva, arial, helvetica, sans-serif;
	color: #ccc;
	background-color: #6c120f;
	padding: 0px 0px 25px 0px;
	background-image: url(../images/backgrad.gif);
	background-position:top;
	background-repeat: repeat-x;
	overflow-x:hidden;
}
a {
	outline: none;
}
a img {
	border: none;
}
a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
}
a:visited {
	color: #3300FF;
	text-decoration: none;
}
a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
}
#navMain ul li a:hover {
	color:#6699CC;
}
a:active {
	color: #0000FF;
}
h1, h2, h3 {
	font-size: 24px;
}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger {
	font-size: 14px;
	font-weight:normal;
}
.biggerText {
	font-size: 1.2em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 3px;
}
CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
}
FORM, SELECT, INPUT {
	display: inline;
	font-size: 12px;
	margin: 2px;
}
TEXTAREA {
	/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
}
input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
}
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 0px solid #cccccc;
}
LEGEND {
	/* font-weight: bold; */	padding: 0.3em 0em;
}
LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
}
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
}
LABEL.inputLabel {
	line-height:0px;
	width: 120px;
	float: left;
}
LABEL.inputLabelPayment {
	width: 120px;
	float: left;
}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 120px;
	float: left;
}
P, ADDRESS {
	padding: 0.5em;
}
ADDRESS {
	font-style: normal;
}
.clearBoth {
	display:block;
	height:1px;
	clear:both;
	line-height:1px;
}
HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
}
/*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 {
	/*	background-color: #6c120f;
*/	text-align: left;
	width: 955px;
	vertical-align: top;
}
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0px;
	padding: 0px;
}
#contentMainWrapper {
	height:525px;
}
#navColumnTwoWrapper, #mainWrapper {
	margin: auto;
}
#navColumnOneWrapper {
	margin:0px;
	padding:0px;
	width:241px;
	height:525px;
}
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
}
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
}
/*navigation*/

.navSplitPagesResult {
}
.navSplitPagesLinks {
}
.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;
	/*	background-color: #9a9486;
*/	/* font-weight: bold; */	color: #000;
	/*	height: 1%;
*/	width: 100%;
}
#navMainWrapper {
	padding-left:241px;
}
#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	height:25px;
	padding:  0px 0px;
	list-style-type: none;
	text-align: right;
	line-height: 1.6em;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
}
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
}
#navEZPagesTOCWrapper {
	/* font-weight: bold; */	float: right;
	height: 1%;
	border: 1px solid #000000;
}
#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;
}
/*.buttonRow a:link, .buttonRow a:visited {
	color:#6c120f;
	background-color:#ccc;
}*/
.buttonRow a:hover {
	text-decoration:underline;
}
#navMainSearch {
	float: right;
}
#navBreadCrumb {
	background-color: #b7b199;
}
#navEZPagesTop {
	background-color: #ffff33;
}
#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	/* font-weight: bold; */	margin: 0em;/*	padding: 0.5em;
*/
}
/**/
#navColumnOne {
/*background-color: #6c120f;*/
}
/**/
#navColumnTwo {
	background-color: #6c120f;
}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
}
/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
}
.alert {
	color: #990000;
	margin-left: 0.5em;
	font-size:14px;
}
.advisory {
}
.important {
/* font-weight: bold; */}
.notice {
}
.rating {
}
.gvBal {
	float: right;
}
.centerColumn {
	margin-top:10px;
	min-height:453px;
	background-image:url(../images/bg_main.png);
}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
/*padding: 0.8em;*/
	}
.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 10px;
}
#siteinfoLegal {
	font-size:11px;
}
/*Shopping Cart Display*/
#cartAdd {
	/*float: right;
	text-align: center;*/
	/*margin: 1em;
	border: 1px solid #000000;*/
	padding: 10px 0px 0px 10px;
/*	text-transform:uppercase;
*/	position:relative;
}
.tableHeading TH {
	border-bottom: 1px solid #cccccc;
}
.tableHeading, #cartSubTotal {
/*background-color: #e9e9e9;*/
}
#cartSubTotal {
	font-size:14px;
	border-top: 1px solid #cccccc;
/*	border-bottom: 1px solid #cccccc;
*/	padding-top:10px;
	/* font-weight: bold; */	text-align: right;
	line-height: 1.2em;
	padding-right: 100px;
}
.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;}
.cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
}
.cartUnitDisplay {
	text-align: left;
	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;
}
#mediaManager {
	width: 50%;
	margin: 0.2em;
	padding: 0.5em;
}
.mediaTitle {
	float: left;
}
.mediaTypeLink {
	float: right;
}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
}
.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
}
#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
}
#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
}
#cartBoxEmpty, #cartBoxVoucherBalance {
/* font-weight: bold; */}
.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 {
}
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
}
/*sideboxes*/
.columnLeft {
}
h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
}
.leftBoxHeading, .centerBoxHeading {
/*	margin: 0em;
	background-color: #b7b199;
	padding: 0.5em 0.2em;
*/}
.leftBoxContainer {
/*border: 1px solid #b7b199;
	margin-top: 1.5em;
	background-color:#6c120f;*/
}
.sideBoxContent {
/*background-color: #6c120f;
	padding: 0.4em;
*/}
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
}
.rightBoxHeading {
	margin: 0em;
	background-color: #b7b199;
	padding: 0.2em 0em;
}
h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
}
h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
}
.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
/*	text-align: left;
*/}
#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 {
	background-color: #0000CC;
}
#upProductsHeading {
	text-align: left;
}
#upDateHeading {
	text-align: right;
}
/*misc*/
.back {
	float: left;
}
.forward, #shoppingCartDefault #PPECbutton {
	float: right;
}
.bold {
/* font-weight: bold; */}
.rowOdd {
	background-color: #666666;
	/*height: 1.5em;*/
	
	vertical-align: top;
}
.rowEven {
	/*background-color: #F0F0F0;
	height: 25px;*/
	vertical-align: top;
}
.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}
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
}
TR.tableHeading {
	/*background-color: #cacaca;*/
	font-size: 12px;
	height: 16px;
	text-transform:uppercase;
	font-weight:normal;
}
#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, #infoShoppingCart {
	background-color: #ffffff;
}
.information {
	padding: 10px 3px;
	line-height: 150%;
}
#shoppingcartBody #shippingEstimatorContent {
	clear: both;
}
.seDisplayedAddressLabel {
	background-color: #3399CC;
	text-align: center;
}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
/* font-weight: bold; */}
#seShipTo {
	padding: 0.2em;
}
/* */
 /***** Verdel Custom CSS *****/
 a:link, a:visited {
color:#78aad6;
}
.vpages {
	margin:0px 10px;
}
#flashmenu {
	height:525px;
}
#verdelprivacymainbox {
	height:433px;
	/*	background-color:#666;
*/	margin:0px;
	margin-top:10px;
	padding:10px 20px;
	position: relative;
}
#vezpmain {
	height:409px;
	/*	background-color:#666;
*/	margin:0px;
	margin-top:10px;
	padding:0px 20px;
	position: relative;
}
#Scroller-1 {
	position: absolute;
	top:10px;
	left:20px;
	overflow: hidden;
	width: 600px;
	height: 380px;
}
#Scroller-2 {
	position: absolute;
	top:10px;
	left:0px;
	overflow: hidden;
	width: 300px;
	height: 380px;
}
#Scroller-1 p {
	margin: 0;
	padding: 10px 20px;
	font-size: 14px;/*  text-indent: 20px;
  color: #6F6048;
*/
}
.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left:20px;
}
#Scrollbar-Container {
	position: absolute;
	top: 10px;
	left: 650px;
}
#Scrollbar-Container2 {
	position: absolute;
	top: 10px;
	left: 350px;
}
/*.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}*/
.Scrollbar-Track {
	width: 21px;
	height: 350px;
	position: absolute;
	top: 25px;
	left: 4px;
	background-color: transparent;
	background-image: url(../images/vdl_scrollbar_track.gif);
	background-repeat: repeat-y;
}
.Scrollbar-Track2 {
	width: 21px;
	height: 350px;
	position: absolute;
	top: 25px;
	left: 4px;
	background-color: transparent;
	background-image: url(../images/vdl_scrollbar_track.gif);
	background-repeat: repeat-y;
}
.Scrollbar-Handle {
	position: absolute;
	width: 20px;
	height: 22px;
}
.Scrollbar-Handle2 {
	position: absolute;
	width: 20px;
	height: 22px;
}
/*.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 187px;
}*/
#vprodname, #vprodprice {
	font-size:17px;
}
#vprodname {
	padding-top:20px;
	color:white;
	margin-bottom:5px;
}
#vprodprice {
	color:white;
	margin-bottom:5px;
}
#vproddesc {
	color:white;
	margin-bottom:5px;
}
#myproddescription {
	color:white;
	margin-bottom:5px;
	position:relative;
}
.vprodstyle1 {
	text-transform:uppercase;
}
.vprodstyle2 {
	font-size:14px;
}
.vprodstyle3 {
	text-transform:uppercase;
}
#ezPagesHeading {
	color:#ccc;
}
.vhomemain {
	height:338px;
}
#slideShow {
	width : 160px;
	height : 160px;
	padding : 10px;
}
.mycarousel {
	height:152px;
	margin-top:5px;
	background-image: url(../images/bg_carousel.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.vinput {
	background-color: #333333;
	color:#ccc;
	font-size:12px;
	border:solid #FFFFFF 1px;
	text-align:center;
}
.vinput .vinputimg {
	vertical-align:bottom;
	margin-top:20px;
	padding-top:20px;
}
#cartContentsDisplay input {
	background-color:#666666;
	color:#000;
	font-size:14px;
	/*border:solid #FFFFFF 1px;*/
	width:50px;
	text-align:center;
	margin:0px;
}
.vinputborder input { border:1px solid #CCC;}
.falselink {
	font-size:13px;
	text-decoration: underline;
	color: #78aad6;
}

.falselink a:link, .falselink a:hover, .falselink a:visited {
	text-decoration: underline;
	color: #78aad6;
}

#rotator {
	overflow: hidden;
	margin: 0px;
	position: relative;
	width: 714px;
	height: 343px;
}
#rotator img {
	border: 0px;
	width: 714px;
	height: 343px;
}
.vsg_cont {
	margin-top:20px;
	height:160px;
}
.vsg_img {
	float:left;
	margin-right:20px;
}
.vsg_text {
	float:left;
	margin-right:20px;
	height:150px;
}
.vsg_title {
	margin-top:15px;
}
.vtitle {
	font-size:24px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
}
.v_alltext {
	font-size:14px;
	color:#fff;
}
.valert {
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	color:#900;
}
#vhiddenpress {
	height:1px;
	position:absolute;
	top:0px;
	left:0px;
	width:709px;
	z-index:100;
}
.vnews {
	margin-top:10px;
	background-image:url(../images/bg_main.png);
	height:385px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding:0px 20px;
	background-position: 0px -45px;
	position:relative;
}
#vmainprod {position:relative;}
#vprodukvat {position: absolute; top:275px; left:341px; width:350px; height:75px; font-size:10px;}
#vprodchosencolor {position:absolute; top:17px; left:532px; font-size:12px; line-height:18px; margin-top:5px; text-align:center;}
#vprodclicktochange {position: absolute; top:7px; left:532px; font-size:11px; text-decoration:none;}
#vloginpayal {position: absolute; top:370px; left:20px; font-size:11px; text-decoration:none;}
/*#vprodclicktochange a:link, #vprodclicktochange a:visited, #vprodclicktochange a:hover {color:#78aad6;}
*/
.vnewsclose {
	position:absolute;
	top:0px;
	right:10px;
	background-color:#930;
}
.vpressbox {
/*	min-height:150px;
*/	margin-bottom:30px;
}
.vpressboximg {
	height:130px;
	margin-bottom:5px;
}
.vpressboxtext {
	position:relative;
	font-size:14px;
	color:#FFF;
}
.vnewsblock {
	position:relative;
}
.loginDefaultHeading {
	font-size:24px;
}
.vloginput input {
	width:30px;
}
.vothercurrency {font-size:12px; color:#FFF;}

/******/

