﻿body {
    font-family:Arial;
    font-size:11px;
    color:#323232;
    line-height:150%;
}


/* General Styles */
hr {
    clear:both;
    color: #fff;
    background-color: #fff;
    border-top:1px solid #efefef;
    height: 0px;
    margin:4px 0px;
    padding:0px;
}
p {margin:0px 0 10px 0;}
h1 {font-size:35px;line-height:35px;margin:0px;padding:0px;font-weight:normal;}
h2 {font-size:28px;line-height:32px;margin:0px;padding:0px;font-weight:normal;}
h3 {font-size:23px;line-height:28px;margin:0px;padding:0px;font-weight:normal;}
h4 {font-size:18px;line-height:22px;margin:0px;padding:0px;font-weight:normal;}
h5 {font-size:15px;line-height:19px;margin:0px;padding:0px;font-weight:normal;}
.sidebox {clear:left;}
.body_placeholder_left h5{font-family:DINOT;font-size:16px;margin:0px;line-height:16px;letter-spacing:-0.03em;font-weight:normal;margin-left:0px;color:#A0A0A0;padding-top:10px;}

/* Curved Box Styles */
.Wide_Box {width:759px;}
.Wide_Box_Top {height:16px;background:url('../../assets/img/master/layout/wide_corner_box_top.jpg') bottom no-repeat;}
.Wide_Box_Body {padding:0 15px 0 15px;background:url('../../assets/img/master/layout/wide_corner_box_body.jpg') top repeat-y;}
.Wide_Box_Bottom {height:16px;background:url('../../assets/img/master/layout/wide_corner_box_bottom.jpg') top no-repeat;}

.OneThird_Box {width:196px;}
.OneThird_Box_Top {height:16px;background:url('../../assets/img/master/layout/onethird_corner_box_top.jpg') bottom no-repeat;}
.OneThird_Box_Body {padding:10px 20px 0 20px;background:url('../../assets/img/master/layout/onethird_corner_box_body.jpg') top repeat-y;}
.OneThird_Box_Bottom {height:16px;background:url('../../assets/img/master/layout/onethird_corner_box_bottom.jpg') top no-repeat;}

.Full_Box {width:100%;}
.Full_Box_Top {height:16px;background:url('../../assets/img/master/layout/full_corner_box_top.jpg') bottom no-repeat;}
.Full_Box_Body {padding:0 15px 0 15px;background:url('../../assets/img/master/layout/full_corner_box_body.jpg') top repeat-y;}
.Full_Box_Bottom {height:16px;background:url('../../assets/img/master/layout/full_corner_box_bottom.jpg') top no-repeat;}

/* Panel Styles */
.Content_Split_Left_Half {
    float:left;width:48%;
}
.Content_Split_Right_Half {
    float:right;width:48%;
}

.Content_Split_Left_OneThird {
    float:left;width:30%;
}
.Content_Split_Right_TwoThirds {
    float:right;width:66%;
}

/* Selector Styles*/
.RedText {color:Red;}
.BlueText {color:#00A3C7;}
.GreenText {color:#BED63D;}
.PinkText {color:#CE2D4F;}
.AlignRight {text-align:right;}
.AlignCenter {text-align:center;}

UL,OL { 
margin-left:10px;
margin-top:0px;
text-indent: 0px;
list-style-position: outside;
list-style-type:disc;
padding: 0 6px 0px 6px;
}
ul li,OL li {}

.Padding_Left {padding-left:10px;padding-bottom:5px;}
.Padding_Right {padding-right:10px;padding-bottom:5px;}
.Input_Margin_Right {margin-right:10px;}

.strikethrough {text-decoration:line-through;}

.Button {font-size:11px;}
.product_code {color:#999;}

/* Shopping Cart Table Design */
.DataTable {
    border:0px solid white;
}
.DataTable TD {
   padding:5px;
}
.DataTableHeader { font-family:Tahoma;font-size:14px;color:#666;}
.DataTableHeader TD {border-bottom:1px dashed #eaeaea;border-right:1px dashed #EAEAEA;}

.DataTableRow TD,.DataTableRowAlternate TD{margin:1px 0 1px 0;height:42px;
     border-bottom:1px dashed #EAEAEA;border-right:1px dashed #EAEAEA;}


.DataTableFooter {}
.DataTableFooter TD{padding:5px 14px 4px 14px;}
.DataTable .SubTotal {font-family:Tahoma;font-size:14px;color:#666;}
.DataTable .Highlight {background-color:#F9F9F9;}

.DataTable INPUT,.DataTable SELECT {font-size:11px;}
.DataTable em {color:#999;font-size:10px;}
.DataTable a {font-size:10px;}

/*Auction Icons*/
.NoBid{background:url('../../../assets/img/auctions/icon_nobid.jpg') right no-repeat;background-position:80px 5px;}
.LowBid{background:url('../../../assets/img/auctions/icon_lowbid.jpg') right no-repeat;background-position:80px 5px;}
.HighBid{background:url('../../../assets/img/auctions/icon_highbid.jpg') right no-repeat;background-position:80px 5px;}

