/* CSS Document */

body
{
margin:0px;
font-family: Tahoma, sans-serif;
font-size: 13px;
}

h1 { font-size: 19px; }
a img { border: 0; }

.tahoma11Black
{
font-family:tahoma,arial,verdana;
font-size:11px;
color:#000000;
}

.tahoma11Black a:link{text-decoration:none; color:#000000;}
.tahoma11Black a:visited{text-decoration:none; color:#000000;}
.tahoma11Black a:hover{text-decoration:underline; color:#000000;}

.tahoma12Black
{
font-family:tahoma,arial,verdana;
font-size:12px;
color:#000000;
}

.tahoma12Black a:link{text-decoration:underline; color:#000000;}
.tahoma12Black a:visited{text-decoration:underline; color:#000000;}
.tahoma12Black a:hover{text-decoration:none; color:#000000;}

.topnav
{
font-family:tahoma,arial,verdana;
font-size:12px;
padding-left:12px;
padding-right:12px;
text-align:center;
vertical-align:middle;
color:#FFFFFF;
font-weight:bold;
}

.topnav a:link{text-decoration:none; color:#FFFFFF;}
.topnav a:visited{text-decoration:none; color:#FFFFFF;}
.topnav a:hover{text-decoration:underline; color:#FFFFFF;}

.titleText
{
font-family:tahoma,arial,verdana;
font-size:18px;
color:#000000;
font-weight:bold;
}

.mainText
{
font-family:tahoma,arial,verdana;
font-size:12px;
color:#000000;
line-height:18px;
}

.mainText a:link{text-decoration:underline; color:#0066FE;}
.mainText a:visited{text-decoration:underline; color:#0066FE;}
.mainText a:hover{text-decoration:none; color:#0066FE;}

.bigPrice
{
font-family:Tahoma, Arial, Helvetica;
font-size:14px;
font-weight:bold;
color:#A61A0E;
}

.retailPrice
{
text-decoration:line-through;
}


.productbox {
float: left;
font-size: 0.8em;
height: 220px;
margin-bottom: 30px;
text-align: center;
width: 160px;
}

#photos {
float:right;
margin-bottom:1em;
margin-left:2em;
text-align:center;
width:280px;
font-size: 0.8em;
}



.pricing {
	line-height: 2em;
	margin:20px 0;
text-align:center;
width:120px;
}

.pricing span {
	font-size: 1.3em;
}


#accessories {
background:none repeat scroll 0 0 #F2F2F2;
border:1px solid #C0C0C0;
display:table;
margin:2em 0 0;
padding:0.4em 0 0;
width:100%;

}
#accessories h1 {
border-bottom:1px solid #999999;
font-size:1em;
margin:0.4em 1em;
padding-bottom:0.4em;
}
.related_product {
float:left;
height:160px;
overflow:hidden;
padding:0.2em 0.2em 0;
text-align:center;
width:110px;
}
.related_product .photo {
height:60px;
margin:0 auto;
text-align:center;
width:70px;
}
.related_product .title {
font-size:0.9em;
}


.paginator {
margin:1em 0 0.5em;
text-align:center;
}
.paginator .next_page {
font-size:1.1em;
font-weight:bold;
margin-left:0.4em;
}
.paginator .previous_page {
font-size:1.1em;
font-weight:bold;
margin-right:0.4em;
}
.paginator .current_page {
font-weight:bold;
}
.paginator li {
display:inline;
list-style-type:none;
}


/***** Cart Summary *****/
#cart_summary_box {
    width: 100%;
    text-align: left;
    margin: 0em 1em 0 0;
    color: white;
}

#cart_summary_box h1 {
    font-size: 1.0em;
    margin: 0.3em 0 0.3em 0;
}

#cart_summary_box p {
    color: white;
    padding: 0;
    margin: 0;
    font-size: 0.8em;
}

#cart_summary_box a {
    border-bottom: 1px solid white;
    padding-bottom: 0.1em;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.cart_item_detail {
     font-size: smaller;
     padding: 0.3em 0 0 1em;
     margin: 0;
     font-weight: bold;
}

#cart table {
    width: 100%;
    border-spacing: 0;
    border-left: 0;
    margin: 0;
}

#cart th {
    background: #f2f2f2;
    font-weight: bold;
    border-bottom: 0;
    border-top: 1px solid #c0c0c0;
    color: black;
}

#cart .end {
    border-right: 1px solid #c0c0c0;
}

#cart th, #cart td {
    border-left: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding: 0.2em;
    vertical-align: middle;
}

#cart .totals td {
    text-align: right;
    border: 0;
}

#cart .totals td.price {
    font-weight: bold;
    text-align: center;
    padding: 0.2em 0;
}

#cart .qty {
    width: 50px;
}

td.qty input {
    width: 50px;
}

#cart #checkout_options {
    margin: 1em 0;
}

#cart #checkout_options td {
    padding: 0.5em;
    padding-top: 0;
    vertical-align: top;
}




fieldset#login {
    width: 30em;
}

.left-label {
    width: 10em;
     float: left;
}

label.required {
    font-weight: bold;
}

.text_input {
    width: 22em;
}

.small_input {
    width: 5em;
}

#login input.button {
    float: right;
    margin-right: 2em;
}

.continue_link {
    background: #f2f2f2;
    border: 1px solid #c0c0c0;
    height: 2em;
    width: 10em;
    color: black;
    padding: 0;
    text-align: center;
    text-decoration: none;
    margin: 1em .5em 3em .5em;
    display: block;
}

.continue_link:hover {
    text-decoration: underline;
}

