@import 'reset.css';
body {
	background:#fff url('../siteimages/bg_body.jpg') top left;
	font-size:88%;
	font-family:Arial, Helvetica,sans-serif;
	color:#333;
}
h1 {
   clear:both;
   font-size:1.25em;
   font-weight:bold;
   text-transform:uppercase;
   margin-bottom:12px;
}
h2, h3 {
   clear:both;
   font-size:1.0em;
   font-weight:bold;
   text-transform:uppercase;
}



a {
   color:#70a4d1;
   text-decoration:none;
   font-weight:normal;
}
a:hover {
   text-decoration:underline;
}
p {
   margin-bottom:1em;
}
p.readmore {
   text-align:right;
}

strong {
   font-weight:bold;
}
em {
   font-weight:bold;
}
em.price {
    color:#f00;
}
.content {
   position:relative;
   margin:0 auto;
   width:970px;
}
.topspace {
   height:25px;
}
.header {
   position:relative;
   height:65px;
   background:transparent url('../siteimages/bg_header.jpg') top left repeat-x;
}
.header .branding {
   position:absolute;
   top:14px;
   left:98px;
}
.shield {
   position:absolute;
   top:-24px;
   left:-82px;
   width:77px;
   height:89px;
   background:transparent url('../siteimages/dfh_shield.png') top left no-repeat;
}
.page {
   clear:both;
   width:936px;
   padding:10px 17px 10px 17px;
   background:#fbfbfb;
   font-size:1em;
}
.main {
   position:relative;
   margin-left:150px;
   
}
.menu {
   position:absolute;
   top:122px;
   left:12px;
   width:220px;
   font-size:10px;
}
.menu .section {
   margin-bottom:20px;
   line-height:1.8em;
   font-weight:bold;
}
.purchase {
   position:absolute;
   top:122px;
   right:12px;
   width:167px;
}


.why {
   margin-top:1em;
   background:#f0f0f0;
   padding:5px;
}
.why ul li, #checkout_usp ul li {
   background:url('../siteimages/pil.gif') 0px 3px no-repeat;
   padding-left:20px;
   margin-bottom:4px;
   line-height:17px;
}
.said {
   padding:5px;
   background:#f0f0f0;
}
#index {

}
#index .imgbox {
   float:left;
   width:200px;
   height:230px;
   margin-right:4px;
   margin-bottom:4px;
   
}
#index .imgbox_text {
   margin-top:4px;
   background:#f0f0f0;
   padding:6px 4px 6px 4px;
}
#index .imgbox_text a {
   font-weight:bold;
}
.productlist {
   width:100%;
}
.productlist .item{
   float:left;
   width:195px;
   
   height:270px;
   margin:0px 10px 20px 0px;
   overflow:hidden;
   background:#f0f0f0;
   
}
.item p.price {
   padding-left:10px;
   margin:4px 0px;
}
.productlist .item h3 {
   font-size:1.1em;
   text-transform:uppercase;
   padding-left:10px;
}
.productlist .item h4 {
   font-size:1.0em;

   padding-left:10px;
}
.productlist .promoter {
   position:relative;
   width:604px;
   height:230px;
   margin:0px 10px 20px 0px;
}
.promoter .text {
    width:180px;
}
.promoter .images {
    position:absolute;
    top:0px;
    right:0px;
    width:420px;
}
.promoter .images .catimg2 {
    position:absolute;
    top:0px;
    right:0px;
    width:195px;
    overflow:hidden;
}
.promoter .images .catimg1 {
    position:absolute;
    top:0px;
    right:205px;
    width:195px;
    overflow:hidden;
}
.imgencap {
   height:205px;
   overflow:hidden;
   margin-bottom:5px;
}
.thumbicon {
    cursor:pointer;
}
.footer {
   clear:both;
   padding-top:100px;
   padding-bottom:20px;
   background:#fbfbfb;
   font-size:10px;
   
}
.footer p {
   margin:0px;
   color:#ccc;
}
.footer .section {
   float:left;
}
.footer .vertical {
   float:left;
   width:210px;
   
}
.footer .contact {
   text-align:center;
}
.footer .footerlinks {
   width:640px;
   margin-left:166px;
   padding-top:20px;
}
.clear {
   clear:both;
}

/* view product */
.product_view {
   position:relative;
   width:615px;
   padding-bottom:5px;
   border-bottom:2px solid #444;
}
.product_image {
   width:404px;
}
.product_data {
   position:absolute;
   top:0px;
   left:410px;
   width:200px;
}
#related {
    margin-top: 40px;
}

/* cart */
.cart {
   background:#f0f0f0;
   margin-bottom:10px;
   padding:10px;
}
.cart h2, .why h2, .said h2 {
   text-transform:uppercase;
   font-weight:bold;
   font-size:10px;
   margin-bottom:6px;
}
#mycartsmall, #tocheckout {
   width:147px;
   margin-bottom:10px;
}
#mycartsmall th, #mycartsmall td {
   width:50%;
   padding:0px 4px 0px 4px;
}
#mycartsmall td {
   text-align:right;
}
/* checkout */
table.checkout {
   width:868px;
   margin-bottom:10px;
}
.checkout th, .checkout td {
   padding:5px;
   border-bottom:1px dotted #ccc;
}
.checkout th {
    background:#aaa;
    padding:4px;
    color:#fff;
}
th.small, td.small {
   width:80px;
   text-align:left;
   color:#000;
   
}
th.end {
    border:none;
    background-color:f00;
}
.checkout .total {
   
   font-weight:bold;
}
.checkout th.total {
   text-align:right;
}
.checkout td.total {
   
   vertical-align:middle
}
table.customerdata {
   width:510px;
   background:#eee;
}
.customerdata th {
   width:90px;
   padding:0px 5px 10px 0px;
   text-align:right;
   
}
.customerdata th.grey {
    background:#aaa;
    color:#fff;
    text-align:left;
    padding:4px;
}
.customerdata input {
   border:1px solid #ccc;
   background:f0f0f0;
   margin-top:4px;
}
.customerdata input:focus {
   background:#e0e0e0;
}
.customerdata #firstname, .customerdata #lastname, .customerdata #phoneday, .customerdata #phonecell {
   width:150px;
}
.customerdata #serial, .customerdata #zip, .customerdata #country {
   width:90px;
}
.customerdata #street, .customerdata #email {
   width:305px;
}
.customerdata #city {
   width:210px;
}
.customerarea {
   position:relative;
   margin-top:10px;
}

#checkout {
    margin-top:20px;
    margin-left:35px;
}

#checkout .paymentoption {
   position:absolute;
   top:0px;
   left:520px;
   width:348px;
   height:269px;
   background:#f0f0f0;
   
}
.paymentoption .paymentconfirmation {
    background:#444;
    padding:4px;
}
.paymentoption p {
    width:312px;
    margin-left:20px;
    margin-top:20px;
    font-size: 10px;
}
#paymentwaydesc {
   margin-top:10px;
}
.formerror {
   color:#f00;
}

.ordercompleted {
   width:500px;
}
#ourphone {
   width:200px;
   position:absolute;
   top:22px;
   right:-10px;
}
.putincart {
   
   height:35px;
   padding-top:12px;
   
}
.article {
   width:620px;
   position:relative;
   margin-left:150px;
   margin-top:22px;
   
}
.categorytop {
   position:relative;
   width:610px;
   height:230px;
   background:transparent url(http://img.detailsforhim.com/index/sale_fall_2010_big.jpg) top left no-repeat;
   margin-bottom:20px;
}
.categorytop .content, .imageads_top .content {
   position:absolute;
   top:60px;
   left:336px;
   width:250px;
   font-weight:bold;
   
}
.categorytop .content a {
    font-weight:bold;
    color:#111;
}

.categorytop .content h3 {
    font-size:18px;
}
.qa {
   font-size:10px;
   background:#f0f0f0;
   
   padding:4px;
}
#termstext, #about, #customerservice {
   width:550px;
}
#press, #payex, #payex_receipt, #dibs_receipt, #unsubscribe {
    width:560px;
}
#payex_info {
    width:560px;
}
.complementtext {
   width:550px;
}
.guidecontent {
    width:600px;
}
.step {
    font-weight:bold;
    color:#fff;
    font-size:12px;
}

.ordersummary {
    width:170px; 
    margin:10px 0px 10px 45px;
}
.ordersummary td, .ordersummary th {
    padding-top:3px;
    padding-bottom:3px;
}
.ordersummary td {
    text-align:right;
}
.ordersummary .dotup {
    border-top:1px dotted #aaa;
}
.red, td.red {
    color:#e00;
}
.red_bold {
    color:#e00;
    font-weight:bold;
    font-size:14px;
}
#ordersubmit {
    
    
}
.submitholder {
    margin:0 auto;
    width:244px;
    text-align:center;
    padding:20px 0px 20px 0px;
}
.first {
    margin-top:10px;
}
#checkout_usp {
    position:absolute;
    top:0px;
    left:509px;
    width:400px;
}
.small {
    font-size:10px;
}
.review_post {
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
}
.review_post h2 {
    margin:5px 0px 5px 0px;
}
.checkout_giftbox {
    background:transparent url(/siteimages/checkout_giftbox.jpg) right top no-repeat;
    width:369px;
    height:27px;
    padding-top:5px;
}

.important {
    color:#111;
}
li.imp{
    list-style-type:square;
    margin-bottom:6px;
    color:#fff;
}
.btn_large {
    font-size:20px;
}
#notify_added {
    position:absolute;
    top:153px;
    left:0px;
    width:320px;
    padding:40px;
    background:#000;
    color:#fff;
    font-size:20px;
    opacity:0;
    filter: alpha(opacity = 0)
}

p.transid {
    font-size:20px;
    color:#070;
}
.empty_all {
    text-align:right;
    margin-right:32px;
}
#get_addr_data {
   width:100px;
   display:inline;
   
}
#get_addr_data input {
    background: #f00;
    color:#fff;
}
#brand_info {
    position:absolute;
    top:50px;
    left:160px;
    width:400px;
    background:#000;
    color:#fff;
    display:none;
    padding:20px;
}
p.black {
    color:#000;
    margin-top:10px;
}
#unsub {
    font-size:16px;
    width:500px;
}
.payment_info {
    float:left;
    width:182px;
    margin:20px 10px 0px 20px;

}
.payment_logos {
    float:left;
    width:90px;
    margin-top: 20px;
}
#dibssubmitter {
    width:240px;
    background:#77BC41;
    padding:10px;
    color:#fff;
    font-size:16px;
    cursor:pointer;
}
td.currency {
    text-align: right;
}
#freesocks {
    
    padding:4px;
    width:852px;
}
#freesocks span {
    font-size:10px;
}
.imageads_top {
   position:relative;
   width:610px;
   height:230px;
   background:transparent url(http://img.detailsforhim.com/index/Startbild_10_proc_rabatt_2.jpg) top left no-repeat;
   margin-bottom:20px;
}
#imageads_text {
    position: absolute;
    top:-20px;
    left:270px;
    width:280px;
    border:1px solid #f00;
}
img.right-center {
    margin-left:44px;
}
.competition_2010_container {
    font-size: 1.1em;
    position:relative;
    width:100%;
    height:295px;
    background: transparent url(http://img.detailsforhim.com/competitions/spring2010.jpg) 0 0 no-repeat;
    margin-bottom: 20px;
}
.competition_2010_container .content {
    position: absolute;
    top:76px;
    left:325px;
    width:223px;
}
.spacer {
    width:100%;
    min-height: 300px;
}
#complement_index {
    margin-top:20px;
}
#sommarinfo {
    float:left;
    width:190px;
    margin-left:10px;
    
}
.new_item {
    font-size: 15px;
    color:#c00;
    font-weight: bold;
}