/*
 * Main Styles BEGIN
 */
body{
	margin: 0px;
	background-color: #000000;
	background-repeat:no-repeat;
	background-position:center top;
	font-family: Verdana;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height:150%;
}

hr.separator{
    height: 1px;
    color: #E5E5E5;
    background-color: #E5E5E5;
    border: 0px;
}


h1{
margin:0;
font-size:16px;
color: #CCCCCC;
}

img {
    border: 0;
}





input{
    border: 1px solid gray; 
    font-family: Verdana;
    color: #333333;
    font-size: 11px;
    background-color: #FEFEFE;
	padding:5px;
	font-weight:bold;
}


textarea,select{
font-weight:bold;
    border: 1px solid gray; 
    font-family: Verdana;
    color: #333333;
    font-size: 11px;
	padding:5px;
    background-color: #FEFEFE;
}

#header-top{
	width:964px;
	height:23px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
}


input[type="checkbox"],
input[type="radio"],
input[type="image"] {
    border: 0;
    background-color: transparent;
}

input[type="button"],
input[type="submit"]{
    border: 1px solid gray; 
    font-family: Verdana;
    font-size: 11px;
    background-color: #DDDDDD;
}

/* Main Menu Styles */
.MainMenu{
    font-family: Verdana;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.MainMenu a{
    color: #000000;
    text-decoration: none;
}

.MainMenuHighlight{
    font-family: Verdana;
    color: #FF0000;
    font-size: 12px;
    font-weight: bold;
}

.MainMenuHighlight a{
    color: #FF0000;
    text-decoration: none;
}

/* Page Title Style */
.PageTitle {
    font-family: Verdana;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

/* Your Shopping Cart Text Style */
.ShoppingCartText{
	font-family: Verdana;
	color: #FFFFFF !important;
	font-size: 11px;
	font-weight: normal;
}

.ShoppingCartText a{
	color: #FFFFFF !important;
	text-decoration: none;
}

/* Required Style */
.Required {
    color: red;
}

/* Error Style */
.Error {
    color: red;
}

/* Store Closed Style */
.StoreClosedText {
    font-family: Verdana;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

/* Larger Image Text Styles */
.LargerImageLink{
    font-family: Verdana;
    color: #000000;
    font-size: 10px;
}

.LargerImageLink a{
    color: #000000;
    text-decoration: none;
}

.LargerImageLink a:hover{
    text-decoration:underline;
}

/* Copyright Text Styles */
.CopyrightText{
    font-family: Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
}

.CopyrightText a{
    color: #333333;
    text-decoration: none;
}
/*
 * Main Styles END
 */

/*
 * Category Styles BEGIN
 */
.CategoryName{
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.CategoryName a{
    color: #000000;
    text-decoration: underline;
}

.CategoryName a:hover{
	color: #000000;
}

.CategoryDescription{
    color: #333333;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
/*
 * Category Styles END
 */

/*
 * Product Styles BEGIN
 */
.ProductName{
    font-family: Verdana;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}
.ProductName a{
    color: #000000;
    text-decoration: none;
}

.ProductName a:hover{
    color: #BBBBBB;
    text-decoration: none;
}

.ProductDescription{
    font-family: Verdana;
    color: #000000;
    font-size: 12px;
	line-height:150%;
    font-weight: normal;
}

.ProductPrice{
	font-family: Verdana;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom:20px;
}

.ProductStockMessage{
    font-family: Verdana;
    color: red;
    font-size: 12px;
    font-weight: bold;
	padding: 5px;
}

.ProductOptionsTitle{
    font-family: Verdana;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}

.ProductOptions{
    font-family: Verdana;
    color: #333333; 
    font-size: 11px;  
    font-weight: normal;
    text-align: left;
}

.ProductOptions input,
.ProductOptions textarea,
.ProductOptions select{
}
/*
 * Product Styles END
 */

/*
 * Breadcrumb Styles BEGIN
 */
.Breadcrumb {
	padding: 0;
	margin: 0;
	width: 100%;
	background-color:#FFFFFF;
	font-family: Verdana;
	color: #333333;
	font-size: 11px;
	text-align: left;
	font-weight:bold;
	text-decoration:none;
}

.Breadcrumb a{
    color: #CD3C53;
    text-decoration: none;
	font-weight:bold;
}

.Breadcrumb a:hover{
    color: #DA7080;
	font-weight:bold;
	text-decoration:underline;
}
/*
 * Breadcrumb Styles END
 */

/*
 * NavigationBar Styles BEGIN
 */
.NavigationBar {
	padding: 0px;
	margin: 2px;
	width: 180px;
	background-color: #FFFFFF;
}

.NavigationBar table td{
    border-top: #E5E5E5 1px solid; 
    border-left: #E5E5E5 1px solid;
    border-right: #E5E5E5 1px solid;
    font-family: Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

.NavigationBar table td.Empty {
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.NavigationBar table td.LevelDefault{
    padding: 1px 0px 7px 60px;
}

.NavigationBar table td.LevelDefault a{
    color: #333333;
    text-decoration: none;
}

.NavigationBar table td.LevelDefault a:hover{
    color: #888888;
}

.NavigationBar table td.Level1{
    padding: 1px 0px 7px 20px;
    font-weight: bold;
}

.NavigationBar table td.Level1 a{
	color: #000000;
	text-decoration: none;
}

.NavigationBar table td.Level1 a:hover{
    color: #888888;
}

.NavigationBar table td.Level2{
    padding: 1px 0px 7px 40px;
}

.NavigationBar table td.Level2 a{
    color: #333333;
    text-decoration: none;
}
.NavigationBar table td.Level2 a:hover{
    color: #888888;
}

.NavigationBar table td.Selected{
    background-color: #E5E5E5;
}

.NavigationBar table td.Selected a{
    color: #000000;
    text-decoration: none;
}

.NavigationBar table td.Selected a:hover{
    color: #000000;
}
/*
 * NavigationBar Styles END
 */


/*
 * Subcategories List Styles BEGIN
 */
.Subcategories{
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: #FFFFFF;
    vertical-align: top;
    text-align: center;
}

/* the following styles are inherited from .CategoryName */
.Subcategories .CategoryName{
    padding: 2px;
}

.Subcategories .CategoryName a{
}

.Subcategories .CategoryName a:hover{
}
/*
 * Subcategories List Styles END
 */

/*
 * Product List Styles BEGIN
 */
.ProductList{
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: #FFFFFF;
    vertical-align: top;
}

.ProductList table td{
    vertical-align: top;
}

.ProductList .Empty{
    padding: 30px 0px 40px 0px;
    font-family: Verdana;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/* the following styles are inherited from Category Styles */
.ProductList .CategoryName{
}

.ProductList .CategoryDescription{
    padding-top: 6px;
}

/* the following styles are inherited from Product Styles */
.ProductList .ProductName{
    padding-top: 7px;
    padding-bottom: 10px;
    text-align: center;
}

.ProductList .ProductDescription{
    padding: 10px;
}

.ProductList .ProductPrice{
    padding: 5px;
    text-align: center;
}
/*
 * Product List Styles END
 */

/*
 * Paginator Dropdown Styles BEGIN
 */
.PaginatorDropdown {
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: Verdana;
    color: #000000;
    font-size: 11px; 
    background-color: #FFFFFF;
}

.PaginatorDropdown select{
}
/*
 * Paginator Dropdown Styles END
 */

/*
 * Paginator Styles BEGIN
 */
.Paginator {
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
	width: 100%;
	font-family: Verdana;
	color: #333333;
	font-size: 11px;
	background-color: #FFFFFF;
	height: 20px;
	vertical-align: bottom;
}

.Paginator a{
    color: #CD3C53;
    text-decoration: underline;
}

.Paginator a:hover{
    color: #000000;
    text-decoration: underline;
}
/*
 * Paginator Styles END
 */

/*
 * Product Images Styles BEGIN
 */
.ProductImages {
    padding: 0px;
    margin: 2px;
    width: 100%;
    border: 1px #E5E5E5 solid;
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    background-color: #000000;
    text-align: left;
}
.ProductImages TH{
	padding: 2px;
	background-color: #E5E5E5;
}
.ProductImages IMG{
	padding: 10px;
	border: 2px solid #FFFFFF;
}
.ProductImages IMG:hover{
	padding: 10px;
	border: 2px solid #E5E5E5;
}
/*
 * Product Images Styles END
 */


/*
 * Related Products Styles BEGIN
 */
.RelatedProducts {
    padding: 0px;
    margin: 2px;
    width: 100%;
    border: 1px #E5E5E5 solid;
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    background-color: #000000;
    text-align: left;
}
.RelatedProducts TH{
	padding: 2px;
	background-color: #E5E5E5;
}
.RelatedProducts IMG{
	padding: 10px;
	border: 2px solid #FFFFFF;
}
.RelatedProducts IMG:hover{
	padding: 10px;
	border: 2px solid #E5E5E5;
}
.RelatedProducts A{
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
    font-weight: normal;
	text-decoration: none;
}
.RelatedProducts A:hover{
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
    font-weight: normal;
	text-decoration: underline;
}

/*
 * Related Products Styles END
 */




/*
 * Product Info Styles BEGIN
 */
.ProductInfo {
    padding: 0px;
    margin: 2px;
    width: 100%;
    border: 1px #E5E5E5 solid;
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    background-color: #FFFFFF;
    text-align: left;
}

/* the following styles are inherited from Product Styles */
.ProductInfo .ProductName {
    padding: 6px;
}

.ProductInfo .ProductDescription {
}

.ProductInfo .ProductPrice {
    padding-bottom: 7px;
}
/*
 * Product Info Styles END
 */

/*
 * Shopping Cart Styles BEGIN
 */
.ShoppingCart {
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: #FFFFFF;
    font-family: Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.ShoppingCart .Empty{
    padding: 30px 0px 40px 0px;
    font-family: Verdana;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.ShoppingCart input{
}
/*
 * Shopping Cart Styles END
 */

/*
 * Search Result Styles BEGIN
 */
.SearchResult {
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color:#FFFFFF;
}

.SearchResult .Empty{
    padding: 30px 0px 40px 0px;
    text-align: left;
    font-family: Verdana; 
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.SearchResult .Highight {
    background-color: #FF0000;
	font-weight:bold;
	color:#FFFFFF;
}

.SearchResult .ProductName {
    padding: 0px;
    padding-bottom: 5px;
    text-align: left;
}

/* the following styles are inherited from Product Styles */
.SearchResult .ProductName a{
}

.SearchResult .ProductName a:hover{
    color: #888888;
}

.SearchResult .ProductDescription {
}

.SearchResult .ProductDescription a {
    color: #000000;
    text-decoration: none;
}

.SearchResult .ProductDescription a:hover {
    color: #000000;
}

.SearchResult .ProductNumber {
    font-family: Verdana;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}
/*
 * Search Result Styles END
 */

/*
 * Checkout Styles BEGIN
 */
.Checkout {
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color:#FFFFFF;
    font-family: Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.Checkout .Title {
    padding: 12px 0px 5px 15px;
    font-family: Verdana;
    color: #000000;
    font-size: 12px;
    font-weight: bold; 
    text-align:left;
}

.Checkout .Block {
    padding: 15px;
    border: 1px #E5E5E5 solid;
}

.Checkout .ColumnTitle {
    white-space: nowrap;
    color: #000000;
    font-weight: bold;
}

.Checkout .ColumnValue {
}

.Checkout .TotalLabel {
    white-space: nowrap;
    padding-right: 7px;
    font-weight: bold;
}

.Checkout .TotalValue {
    font-weight: bold;
}

.Checkout .Left {
    text-align:left;
}

.Checkout .Right {
    text-align:right;
}

.Checkout .Center {
    text-align:center;
}

.Checkout input.Normal,
.Checkout textarea.Normal,
.Checkout select.Normal {
}

.Checkout input.Error ,
.Checkout textarea.Error,
.Checkout select.Error {
    border: 1px solid red;
}

.Checkout select.Short {
    width: 100px;
}

.Checkout .Required {
}

.Checkout .Error {
}

.Checkout .Errors {
    padding: 15px;
    color: red;
    text-align: left;
    line-height: 20px;
}

.Checkout .Empty {
    padding: 30px 0px 40px 0px;
    font-family: Verdana;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.Checkout .ImpossibleToComputeShippingCost {
    padding: 20px;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.CurrencyNotAppropriateForActivePaymentModules
{
    padding: 20px;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

/*
 * Checkout Styles END
 */
 
.OrderInfo .field {
    text-align: right;
    background: #EEF2F8;
    color: #333333;
}

.OrderInfo .value {
    text-align: left;
}

.OrderInfo .products_header {
    color: #333333;
    background: #EEF2F8;
}

.OrderInvoice {
    color: black;
    font-size: 8pt;
}

.OrderInvoice .field {
    font-weight: bold;
    text-align: right;
}

.OrderInvoice .value {
    color: #000000;
    text-align: left;
}

.OrderInvoice .group_header {
    color: black;
    text-decoration: underline;
    font-size: 10pt;
    font-weight: bold;
}

.OrderInvoice .price_field {
    font-weight: normal;
    text-align: right;
    color: black;
}

.OrderInvoice .price_value {
    font-weight: bold;
    color: black;
    text-align: left;
}




/**************************************************
    Manufacturers Filter  
    
***************************************************/

ul.ManufacturersList {
    padding: 0;
    margin: 0;
    padding-left: 20px;
    /* display: inline; */
}

ul.ManufacturersList li {
    list-style: none;
    line-height: 1.8;
    /* display: inline; */
    margin: 5px;
}

ul.ManufacturersList li a {
    color: #5A3333;
}

ul.ManufacturersList li a:HOVER {
    color: #000000;
}




/**************************************************
    ProductListSorter 
    
***************************************************/
div#product-list-sorter, div#product-list-sorter ul {
	display: inline;
	padding: 0px;
	margin: 0px;
}

div#product-list-sorter ul li {
	display: inline;
    padding: 0px;
    margin: 5px;
}

div#product-list-sorter ul li a {
    color: #5A3333;
}

div#product-list-sorter ul li a:HOVER {
    color: #000000;
}

/**************************************************
    Contact Us Page
    
***************************************************/
div#contact-us {
    padding: 10px; 
    line-height: 20px;
}

div#contact-us img {
    float: left;
    margin: 0px 20px 10px 0px;
    width: 200px;
    height: 200px;
    border: 0px;
}

div#contact-us div.Title {
    margin-top: 10px;
    font-weight: bold;
}

div#contact-us div.Text {
	line-height: 16px;
	font-weight: normal;
}

div#contact-us div.Label {
    float: left;
    font-weight: normal;
    width: 45px;
    margin-top: 4px;
}

div#contact-us input {
    margin: 2px;
    width: 385px;
}

div#contact-us input[type="submit"]{
    width: 50px;
}

div#contact-us textarea {
    margin: 2px;
    width: 430px;
    height: 200px;
}



#wrapper{
	width:960px;
	background-color: #000000;
	height:auto;
	margin-left:auto;
	margin-right:auto;

}


#wrapper2{
	width:958px;
	background-color: #FFFFFF;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border-right:3px solid #CCCCCC;
	border-left:3px solid #CCCCCC;
}



#header{
	width:958px;
	height:405px;
	background-image:url(../../images/header.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}


#menu{
	width:958px;
	height:33px;
	background-color:#FFFFFF;
	margin-bottom:0px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	
}





.menu a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 3px;
	font-family: Verdana;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	text-align:center;
	}

	

.menu a:hover {
	text-decoration: none;
	color: #FF0000;
	font-size: 11px;
	letter-spacing: 3px;
	font-family: Verdana;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	text-align:center;
	}

.menu a:active {
	text-decoration: underline;
	color: #FF0000;
	font-size: 11px;
	letter-spacing: 3px;
	font-family: Verdana;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	text-align:center;
	}




#menu-bottom{
	width:958px;
	height:20px;
	background-color:#000000;
	margin-bottom:0px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	
}


.menu-bottom {
	text-align:center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;

	

}



#menu-bottom a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9px;
	letter-spacing: 3px;
	font-family: Verdana;
	font-weight: bold;
	margin-left: 25px;
	margin-right: 25px;

	}

	

#menu-bottom a:hover {
	text-decoration: none;
	color: #FF0000;
	font-size: 9px;
	letter-spacing: 3px;
	font-family: Verdana;
	font-weight: bold;
	}










#menu-left{
	width:auto;
	height: auto;
	float:left;
	padding-left: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}

#product-page{
	width: 725px;
	height:auto;
	float:left;
	background-color: #FFFFFF;
	margin: 10px 0 10px 15px;
}

#categorylink-panic{
	width: auto;
	height:auto;
	float: right;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 10px;
	color:#FFFFFF;
}


#content-main{
	width:auto;
	height:auto;
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 25px;
	padding-right: 25px;
	color: #FFFFFF;
}




#content{
	width:auto;
	height:auto;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
}


#footer{
	height:36px;
	width:auto;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;
	padding-top: 20px;
	text-align: center;
	
	}
	
	
	#inside-footer{
	width:798px;
	height: 100px;
	}


.image-right{
float:right;
margin:5px;
}

.image-left{
float:left;
margin:5px;
}

#qty{
background-image: url(../images/bg-qty.gif);
background-repeat:no-repeat;
width:705px;
height:25px;
padding-top:10px;
padding-right:20px;
}

#links-page{
width:auto;
height:auto;
padding-left:50px;
color:#333333;
}

#links-page a:link{
	width:auto;
	height:auto;
	color:#333333;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

#links-page a: hover{
	width:auto;
	height:auto;
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
}

#links-page a :active{
	width:auto;
	height:auto;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

#links-page a: visited{
	width:auto;
	height:auto;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

#search-form{
	width:200px;
	height:30px;
	float:right;
	margin-right: 50px;
}


#contact-box{
	width:350px;
	padding-right:25px;
	border-right:1px dashed #cccccc;
	border: 1px dashed #cccccc;
	margin-left: 10px;
}


#contact-box-right{
	width:275px;
	float:right;
	margin-right:25px;
	}


.form-contact{
width:350px;
}

