/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

input[type="checkbox"],
input[type="radio"],
input[type="image"] {
    border: 0;
    background-color: transparent;
}

img {
    border: 0;
}

hr.separator{
    height: 1px;
    color: #5A5A5A;
    background-color: #B53131;
    border: 0px;
	margin: 5px 0 5px 0;
	width: 100%;
}

#caption {
	font-size: 10px;
	color: #155d97;
	line-height: 12px;
	padding-bottom: 10px;
}

h1 a:link{
	text-align: right;
	padding: 0 5px 10px 0;
	margin: 0;
	color: #9EC630;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 10px;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #D93434;
	font-size: 15px;
	font-weight: bold;
}

/* Page Title Style */
#PageTitle {
    margin: 0;
	padding: 0 8px 8px 8px;
	color: #D93434;
}

#PageTitle p {
    margin: 0;
	padding: 0 8px 8px 8px;
	color: #D93434;
}
/* ***** */

/* WRAPPER */
#wrapper {
	margin:0 auto;
	padding: 0;
	width: 940px;
}
/* ***** */

/* HEADER */
#header {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	/*background-image: url(../../img/2010/logo/DTMW-LOGO-blur.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
}

#header p.shipping {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D93434;
	text-align: left;
}

#header p.sale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D93434;
	text-align: left;
}

#header p.account {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

#header p.hilite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #9EC630;
	text-align: left;
}

#header p.hilite a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #9EC630;
	text-align: right;
}

#header p.hilite a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C9FB41;
	text-align: right;
}

#header p.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 0 5px 5px 5px;
	text-transform: uppercase;
}

#header a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;	
	text-decoration: none;
}

#header a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D93434;
	text-align: center;
	text-transform: uppercase;	
	text-decoration: none;
}
/* ***** */


/* LEFT COLUMN */
#leftcol {
	padding: 0;
	margin: 0 0 0 0;
	width: 167px; /*Real width is 167*/
	/*height: 500px;*/
	float: left;
	text-align: right;
	border: none;
	background: url(../../img/2010/sidebar-bg.png) no-repeat;
}
#leftcol p {
	text-align: right;
	padding: 0 5px 10px 0;
	margin: 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 5px;
}

#leftcol p.heading {
	text-align: right;
	padding: 0 5px 10px 0;
	margin: 0;
	color: #9EC630;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 10px;
	text-decoration: none;
}

#leftcol p.heading a {
	text-align: right;
	padding: 0 5px 10px 0;
	margin: 0;
	color: #9EC630;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 10px;
	text-decoration: none;
}

#leftcol p.heading a:hover {
	text-align: right;
	padding: 0 5px 10px 0;
	margin: 0;
	color: #C9FB41;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 10px;
	text-decoration: none;
}

#leftcol a {
	text-align: right;
	padding: 0 5px 10px 0;
	margin: 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 5px;
	text-decoration: none;
}

#leftcol a:hover {
	text-align: right;
	padding: 0 5px 10px 0;
	margin: 0;
	color: #5a5a5a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 5px;
	text-decoration: none;
}

#leftcol p.service {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D93434;
	text-align: right;
}
/* ***** */

/* RIGHT COLUMN */
#rightcol {
	margin: 0;
	padding: 0 0 0 0;
	float: right;
	border: none;
	width: 300px;
}

img.rt-2 {
	margin: 10px 0 10px 0;
}
/* ***** */

/* MAIN CONTENT CONTAINER */
#content {
	margin: 0;
	padding: 0px 300px 0 160px;
	border: none;
}

#content p {
	text-align: justify;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}

#splashphoto {
	margin: 0;
	border: 0;
	text-align: left;
}
/* ***** */

/* INNER CONTENT CONTAINER */
#innercontentwrapper {
	margin: 0;
	padding: 0px 0px 0 170px;
	border: none;
}

#innercontent {
	margin: 0;
	padding: 0 10px 0 10px;
	background-color: #000000;
	/*height: 500px;*/
	}

#innercontent p {
	text-align: justify;
	color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}

#innercontent p.title {
	margin: 0 0 8px 5px;
    font-family: Tahoma, Verdana;
    color: #FF0095;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

#innerfunc {
	margin: 0;
	padding: 0;
	color: #F0F0F0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #000000;
/*	left: 354px;*/
}

#innerfunc p {
	color: #F0F0F0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* ***** */

/**************************************************
    Breadcrumb Styles 
    
***************************************************/
.Breadcrumb {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #000000;
    font-family: Tahoma, Verdana;
    color: #FFFFFF;
    font-size: 11px; 
    text-align: left;
}

.Breadcrumb a{
    color: #D93434;
    text-decoration: none;
}

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

/**************************************************
    ProductList 
    
***************************************************/	

.ProductList{
    padding: 0px;
    margin: 0px 0 0 0px;
    width: 100%;
    background-color: #000000;
    vertical-align: top;
}

.ProductName{
    font-family: Arial, Helvetica, sans-serif;
    color: #F0F0F0;
    font-size: 12px;
    font-weight: bold;
	margin-right: 10px;
}

.ProductNameSecondary{
    font-family: Arial, Helvetica, sans-serif;
    color: #9EC630;
    font-size: 14px;
    font-weight: bold;
	text-transform: uppercase;
}
.ProductName a{
    color: #333333;
	font-size: 12px;
    text-decoration: none;
}

.ProductDescription{
    font-family: Arial, Helvetica, sans-serif;
    color: #F0F0F0;
    font-size: 12px;
    font-weight: normal;
	margin: 0 5px 0 5px;
}

#ProductDescription p{
    font-family: Arial, Helvetica, sans-serif;
    color: #F0F0F0;
    font-size: 12px;
    font-weight: normal;
	margin: 0 5px 10px 5px;
	line-height: normal;
}

.ProductDescription p + p { 
	margin-top: 0.5em; 
	}

.ProductPrice{
    font-family: Arial, Helvetica, sans-serif;
    color: #D93434;
    font-size: 11px;
    font-weight: bold;
	margin: 0 0 0 10px;
}

.ProductPriceSecondary{
    font-family: Arial, Helvetica, sans-serif;
    color: #D93434;
    font-size: 13px;
    font-weight: bold;
	margin: 0 10px 0 5px;
}

.ProductStockMessage{
    font-family: Tahoma, Verdana;
    color: red;
    font-size: 12px;
    font-weight: bold;
	padding: 5px;
}

.ProductImages {
    padding: 0px;
/*  width: 585px;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #D93434;
    font-weight: normal;
    background-color: #000000;
    text-align: left;
}

.ProductOptionsTitle{
    font-family: Tahoma, Verdana;
    color: #D93434;
    font-size: 11px;
    font-weight: bold;
	text-transform: uppercase;
}
/* ***** */

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

/**************************************************
    Search 
    
***************************************************/

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}
/* ***** */

/**************************************************
    HOVERBOX ROLLOVER COLOR SAMPLES 
    
***************************************************/
#hoverbox {
	margin:0 0 10px 5px;
	padding: 0;
	float: left;
}

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
	border: 1px solid;
	border-color: #e5e5e5;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
/*	border-width: 1px;*/
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 36px;
	height: 24px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
/*	padding: 5px;*/
	position: relative;
}

.hoverbox .preview
{
	width: 100px;
	height: 120px;
	border: 1px solid;
	border-color: #000;	
}
/* ***** */

/**************************************************
    HOVERBOX ROLLOVER *CUSTOM* COLOR SAMPLES 
    
***************************************************/
#customhoverbox {
	margin:0 0 10px 5px;
	padding: 0;
	float: left;
}

.customhoverbox
{
	cursor: default;
	list-style: none;
}

.customhoverbox a
{
	cursor: default;
	border: 1px solid;
	border-color: #e5e5e5;
}

.customhoverbox a .preview
{
	display: none;
}

.customhoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.customhoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
/*	border-width: 1px;*/
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 36px;
	height: 24px;
}

.customhoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
/*	padding: 5px;*/
	position: relative;
}

.customhoverbox .preview
{
	width: 100px;
	height: 120px;
	border: 1px solid;
	border-color: #000;	
}
/* ***** */

/**************************************************
    HOVERBOX ROLLOVER *METALLICS* COLOR SAMPLES 
    
***************************************************/
#metallics {
	margin:0 0 10px 5px;
	padding: 0;
	float: left;
}

.metallics
{
	cursor: default;
	list-style: none;
}

.metallics a
{
	cursor: default;
	border: 1px solid;
	border-color: #e5e5e5;
}

.metallics a .preview
{
	display: none;
}

.metallics a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.metallics img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
/*	border-width: 1px;*/
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 36px;
	height: 24px;
}

.metallics li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
/*	padding: 5px;*/
	position: relative;
}

.metallics .preview
{
	width: 100px;
	height: 120px;
	border: 1px solid;
	border-color: #000;	
}
/* ***** */

/* Larger Image Text Styles */
.LargerImageLink{
	margin: 3px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 11px;
}

.LargerImageLink a{
    color: #D93434;
    text-decoration:none;
}

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

.LargerImageLink a:visted{
    color: #D93434;
    text-decoration:none;
}
/* ***** */

/**************************************************
    CHECKOUT STYLES
    
***************************************************/

.Checkout {
    padding: 0px;
    margin: 0 0 10px 0;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #F0F0F0;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.Checkout .Title {
    padding: 12px 0px 5px 15px;
    font-family: Tahoma, Verdana;
    color: #D93434;
    font-size: 12px;
    font-weight: bold; 
    text-align:left;
}

.Checkout .Block {
    padding: 15px;

}

.Checkout .ColumnTitle {
    white-space: nowrap;
    color: #D93434;
    font-weight: bold;
	text-transform: uppercase;
}

.Checkout .ColumnValue {
}

.Checkout .TotalLabel {
    white-space: nowrap;
    padding-right: 7px;
    font-weight: bold;
	color: #9EC630;
}

.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: Tahoma, Verdana;
    color: #D93434;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.Checkout .ImpossibleToComputeShippingCost {
    padding: 20px;
    color: #D93434;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.CurrencyNotAppropriateForActivePaymentModules
{
    padding: 20px;
    color: #D93434;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
/* ***** */

/* Your Shopping Cart Text Style */
.ShoppingCartText{
    font-family: Arial, Helvetica, sans-serif;
    color: #F0F0F0;
    font-size: 11px;
    font-weight: normal;
}

.ShoppingCartText a{
    color: #D93434;
    text-decoration: none;
}

/**************************************************
    ORDER INFO
    
***************************************************/

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

/**************************************************
    SIZING CHART
    
***************************************************/

#sizechart {
	border: solid 1px #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}
/* ***** */

/**************************************************
    Paginator
    
***************************************************/
.Paginator {
    padding: 0;
    margin: 12px 0 2px 0;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 13px; 
    background-color: #000000;
    height: 20px;
/*    vertical-align: bottom;*/
}

.Paginator a{
    color: #DA7080;
    text-decoration: underline;
	margin: 12px 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.Paginator a:hover{
    color: #DA7080;
    text-decoration: underline;
}

.PaginatorDropdown {
    padding: 0;
    margin: 12px 0 2px 0;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 13px; 
    background-color: #000000;
}
/* ***** */

/* FOOTER */
#footer {
	clear: both;
	/*height: 127px;*/
}

#footer p {
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#footer p.phone {
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
/* ***** */
