/* CSS Document */

/* HTML Styles */

body {
	background-color: #000000;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}

label {
	float: left;
	width: 150px;
}

a {
 color: #0099FF;
 text-decoration: none;
}

a:hover {
	color: #E8380C;
}

li {
	margin-bottom: 20px;
}

/* Layout Divs */

#container {
	width: 950px;
	margin-left: 20px;
	border: 1px solid #999999;
}

#header1 {
	width: 950px;
	height: 75px;
}

#header2 {
	width: 950px;
	height: 150px;
}

#horizMenu {
	width: 950px;
	height: 25px;
	background-color: #333333;
}

#horizMenu a {
	color: #FFFFFF;
	padding: 6px 10px 5px 10px;
	background-color: #333333;
	line-height: 25px;
	text-decoration: none;
}

#horizMenu a:hover {
	background-color: #E8380C;
}

#content {
	width: 950px;
	background-image: url(shop_images/backgrounds/content.jpg);
	background-repeat: repeat-y;
}

#footer {
	width: 950px;
	height: 25px;
	background-color: #333333;
}

/* index.shtml */

.bold {
	font-weight: bold;
}

.homePageTitle {
	font-weight: bold;
}

.code {
	color: #FFFF00;
}

.headerBanner {
	float: right;
	width: 468px;
	height: 60px;
	margin-top: 7px;
}

.headerBanner img {
	border: none;
}

/* Classes */

.logo {
	float: left;
	width: 300px;
	height: 75px;
}

.cc {
	width: 950px;
	height: 50px;
	text-align: center;
	background-image: url(shop_images/backgrounds/cc.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.cc img {
	padding: 5px;
}

.homePageHeader2Left {
	float: left;
	width: 475px;
	height: 150px;
}

.homePageHeader2Right {
	float: left;
	width: 475px;
	height: 150px;
	
}

.header2left {
	float: left;
	width: 300px;
	height: 150px;
}

.header2Right {
	float: right;
	width: 650px;
	height: 150px;
}

.siteInfo {
	float: left;
	width: 400px;
	line-height: 25px;
	font-size: 80%;
}

.siteInfo a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.webtelligent {
	float: right;
	width: 300px;
	text-align: right;
	line-height: 25px;
	font-size: 80%;
}

.webtelligent a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.leftNav {
	float: left;
	width: 175px;
	background-color: #333333;
}

.leftNavBlank {
	float: left;
	width: 175px;
	background-color: #E8380C;
}

/* link.shtml */

.linkInfo {
	width: 500px;
	height: 75px;
}

/* contact.shtml */

.contactTextarea {
	float: left;
	width: 300px;
	height: 100px;
}

.contactSubmit {
	margin-left: 150px;
}

/* ShopDirector Dynamic Menu */

.primarycat a {
	display: block;
	width: 170px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	text-transform: uppercase;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.primarycat a:hover {
	color: #E8380C;
}

.secondarycat a {
	display: block;
	width: 155px;
	background-color: #E8380C;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	text-transform: capitalize;
}

.secondarycat a:hover {
	color: #000000;
}

/* shop_display_products.html */

.products {
	float: left;
	width: 580px;
	margin-left: 15px;
	margin-right: 5px;
}

.products img {
	border: none;
}

.imageFootnote {
	font-size: 90%;
	color: #999999;
}

.product {
	float: left;
	width: 175px;
	height: 195px;
	margin: 5px;
}

.navigation {
	width: 580px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.navigation a {
	color: #FF3300;
	text-decoration: none;
}

/* shop_product_individual.html */

.productInd {
	width: 170px;
	font-size: 80%;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #666666;
}

.productImage {
	width: 170px;
	height: 100px;
	text-align: center;
	border: none;
}

.productImage img {
	max-height: 100px;
	border: none;
}

.productTitle {
	width: 170px;
	height: 40px;
	overflow: hidden;
	text-align: center;
}

.productTitle a {
	color: #FFFFFF;
	text-decoration: none;
}

.productTitle a:hover {
	color: #E8380C;
}

.productPrice {
	width: 170px;
	height: 40px;
}

/* ShopDirector Cart */

.cart {
	float: right;
	width: 170px;
	background-color: #E8380C;
}

.cartTitle {
	display: block;
	width: 168px;
	height: 20px;
	padding-left: 2px;
	line-height: 20px;
	background-color: #000000;
	color: #FFFFFF;
	text-transform: uppercase;
}

.cartContents {
	width: 167px;
	background-color: #E8380C;
	border-left: 1px solid #333333;
	padding-left: 2px;
}

.rightVertAdsTitle {
	text-align: center;
	padding: 2px;
}

.rightVertAds {
	width: 167px;
	background-color: #E8380C;
}

.rightVertAds img {
	padding: 2px;
}

.rightVertAdsBlank {
	padding: 0px;
}

/* shop_product_details.html */

.productName1 {
	float: left;
	width: 150px;
}

.productName2 {
	float: left;
	width: 250px;
	margin-left: 20px;
}

.productPrice1 {
	float: left;
	width: 150px;
}

.productPrice2 {
	float: left;
	width: 250px;
	margin-left: 20px;
}

.productCode1 {
	float: left;
	width: 150px;
}

.productCode2 {
	float: left;
	width: 250px;
	margin-left: 20px;
	text-transform: uppercase;
}

.productCategory1 {
	float: left;
	width: 150px;
}

.productCategory2 {
	float: left;
	width: 250px;
	margin-left: 20px;
	text-transform: uppercase;
}

.productStock1 {
	float: left;
	width: 150px;
}

.productStock2 {
	float: left;
	width: 250px;
	margin-left: 20px;
	text-transform: uppercase;
}

.qty1 {
	float: left;
	width: 150px;
}

.qty2 {
	float: left;
	width: 250px;
	margin-left: 20px;
}

.productDescription {
	width: 580px;
	text-transform: capitalize;
}

.productIndividualTitle {
	width: 580px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #E8380C; 
	text-indent: 5px;
}

/* shop_product_list_options.html */

.option1 {
	float: left;
	width: 150px;
}

.options2 {
	float: left;
	width: 250px;
	margin-left: 20px;
}

/* shop_account_created.html */

.accountCreatedSectionTitle {
	width: 580px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #E8380C; 
	text-indent: 5px;
}

.accountCreatedQty {
	float: left;
	width: 20px;
	text-align: center;
	text-transform: uppercase;
}

.accountCreatedName {
	float: left;
	margin-left: 10px;
	width: 150px;
	text-align: left;
	text-transform: uppercase;
}

.accountCreatedCode {
	float: left;
	margin-left: 10px;
	width: 75px;
	text-align: left;
	text-transform: uppercase;
}

.accountCreatedUnitPrice {
	float: left;
	margin-left: 10px;
	width: 50px;
	text-align: right;
	text-transform: uppercase;
}

.accountCreatedTotalPrice {
	float: left;
	margin-left: 10px;
	width: 85px;
	text-align: right;
	text-transform: uppercase;
}

.accountCreatedDiscount1 {
	float: left;
	width: 100px;
	margin-left: 215px;
	text-align: right;
}

.accountCreatedDiscount2 {
	float: left;
	width: 100px;
	margin-left: 10px;
	text-align: right;
}

.accountCreatedSubTotal1 {
	float: left;
	width: 100px;
	margin-left: 215px;
	text-align: right;
}

.accountCreatedSubTotal2 {
	float: left;
	width: 100px;
	margin-left: 10px;
	text-align: right;
}

.accountCreatedPostage1 {
	float: left;
	width: 100px;
	margin-left: 215px;
	text-align: right;
}

.accountCreatedPostage2 {
	float: left;
	width: 100px;
	margin-left: 10px;
	text-align: right;
}

.accountCreatedTax1 {
	float: left;
	width: 100px;
	margin-left: 215px;
	text-align: right;
}

.accountCreatedTax2 {
	float: left;
	width: 100px;
	margin-left: 10px;
	text-align: right;
}

.accountCreatedTotalPrice1 {
	float: left;
	width: 100px;
	margin-left: 215px;
	text-align: right;
}

.accountCreatedTotalPrice2 {
	float: left;
	width: 100px;
	margin-left: 10px;
	text-align: right;
}

.existingAccountDetails {
	float: left;
	margin-left: 20px;
}

/* shop_cart_row.html */

.cartRowQty {
	float: left;
	width: 20px;
	text-align: center;
	text-transform: uppercase;
}

.cartRowName {
	float: left;
	margin-left: 10px;
	width: 150px;
	text-align: left;
	text-transform: uppercase;
}

.cartRowCode {
	float: left;
	margin-left: 10px;
	width: 75px;
	text-align: left;
	text-transform: uppercase;
}

.cartRowUnitPrice {
	float: left;
	margin-left: 10px;
	width: 50px;
	text-align: right;
	text-transform: uppercase;
}

.cartRowTotalPrice {
	float: left;
	margin-left: 10px;
	width: 85px;
	text-align: right;
	text-transform: uppercase;
}

.cartRowDelete {
	float: left;
	margin-left: 10px;
	width: 75px;
	text-align: right;
	text-transform: uppercase;
}

/* shop_cart.html */

.shopCartSectionTitle {
	width: 580px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #E8380C; 
	text-indent: 5px;
}

.shopCartQty {
	float: left;
	width: 20px;
	text-align: center;
	text-transform: uppercase;
}

.shopCartName {
	float: left;
	margin-left: 10px;
	width: 150px;
	text-align: left;
	text-transform: uppercase;
}

.shopCartCode {
	float: left;
	margin-left: 10px;
	width: 75px;
	text-align: left;
	text-transform: uppercase;
}

.shopCartUnitPrice {
	float: left;
	margin-left: 10px;
	width: 50px;
	text-align: right;
	text-transform: uppercase;
}

.shopCartTotalPrice {
	float: left;
	margin-left: 10px;
	width: 85px;
	text-align: right;
	text-transform: uppercase;
	
}

.shopCartDelete {
	float: left;
	margin-left: 10px;
	width: 75px;
	text-align: right;
	text-transform: uppercase;
}

.shopCartSubTotal1 {
	float: left;
	width: 125px;
	margin-left: 190px;
	text-align: right;
}

.shopCartSubTotal2 {
	float: left;
	width: 100px;
	margin-left: 10px;
	text-align: right;
}

/* shop_checkout.html */

.checkoutInput {
	width: 150px;
}

/* shop_checkout_row.html */

.checkoutRowQty {
	float: left;
	width: 20px;
	text-align: center;
	text-transform: uppercase;
}

.checkoutRowName {
	float: left;
	margin-left: 10px;
	width: 150px;
	text-align: left;
	text-transform: uppercase;
}

.checkoutRowCode {
	float: left;
	margin-left: 10px;
	width: 75px;
	text-align: left;
	text-transform: uppercase;
}

.checkoutRowUnitPrice {
	float: left;
	margin-left: 10px;
	width: 50px;
	text-align: right;
	text-transform: uppercase;
}

.checkoutRowTotalPrice {
	float: left;
	margin-left: 10px;
	width: 85px;
	text-align: right;
	text-transform: uppercase;
}

.cartRowDelete {
	float: left;
	margin-left: 10px;
	width: 75px;
	text-align: right;
	text-transform: uppercase;
}

/* shop_extra.html - 1 thro 5 */

.shopExtra2 {
	float: left;
	width: auto;
}

/* invoice.html */

.invoiceBody {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 18px;
}

.invoiceContainer {
	width: 650px;
	margin-left: 20px;
	border: 1px solid #999999;
	padding: 5px;
}

.invoiceHeader {
	width: 650px;
	font-size: 150%;
	font-weight: bold;
}

.invoiceDetails {
	width: 650px;
}

.invoiceCompany {
	font-weight: bold;
}

.invoiceDate {
	width: 650px;
}

.invoiceCustDetails {
	width: 650px;
}

.invoiceBillingAddress {
	float: left;
	width: 300px;
}

.invoiceDeliveryAddress {
	float: right;
	width: 300px;
}

.invoiceProducts {
	width: 650px;
	margin-left: none;
}

.invoiceNumbers {
	width: 650px;
	margin-left: none;
	text-align: right;
}

.invoiceNumbers1 {
	float: left;
	margin-left: 375px;
	width: 125px;
}

.invoiceNumbers2 {
	float: left;
	margin-left: 20px;
	width: 100px;
}

.invoiceOrderInfo {
	width: 650px;
}

.invoiceOrderInfo a {
	color: #0000CC;
}

/* shop_payment.html */

.paymentOptions {
	width: 580px;
	text-align: center;
}

.paymentOption {
	margin: 5px;
	width: 100px;
}

/* shop_related_product.html */

.relatedProductInd {
	float: left;
	width: 170px;
	font-size: 80%;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #666666;
	margin: 5px;
}

.relatedProductImage {
	width: 170px;
	height: 100px;
	text-align: center;
	border: none;
}

.relatedProductImage img {
	max-height: 100px;
	border: none;
}

.relatedProductTitle {
	width: 170px;
	height: 40px;
	overflow: hidden;
	text-align: center;
}

.relatedProductTitle a {
	color: #FFFFFF;
	text-decoration: none;
}

.relatedProductTitle a:hover {
	color: #E8380C;
}

.relatedProductPrice {
	width: 170px;
	height: 40px;
}

/* send_to_friend.html */

.sendToFriendTextArea {
	float: left;
	width: 250px;
	height: 100px;
}

/* search_form.php */

.searchSelect {
	float: left;
	width: 200px;
}

.searchButton {
	margin-left: 150px;
}

.searchInput {
	float: left;
	width: 200px;
}

/* subscribe_form.php */

.subscribeButton {
	margin-left: 150px;
}

/* track_order_row.html */

.trackOrdNo {
	font-weight: bold;
}

/* Dynamic Menu */

div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #066 url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
