/* Main Stylesheet */

/* HTML elements */

body{
	font-family:arial;
	font-size:11px;
	color:#666565;
    margin:0;
    padding:0;
    background-color:#000;
    background-repeat: no-repeat;
}

a{
	text-decoration:none;
	color:#666565;
}

a:hover{
    color:#FFD600;
}

a.selected{
    color:#FFD600;
}

a img{
    border:none;
}

label{
    display:block;
    width:100%;
}

label em{
    font-size:9px;
}

input[type=submit]{
    margin-top:5px;
    width:auto;
    height:auto;
}

input[type=checkbox], input[type=radio]{
    width:auto;
    float:left;
    margin-top:-3px;
    margin-right:10px;
}

input, textarea, select{
    margin-bottom:5px;
    border:1px solid #ccc;
    width:250px;
    height:20px;
}

textarea{
    height:150px;
}

table{
    padding:0;
    margin:0;
    border-spacing:0;
}

th{
    text-align:left;
    font-weight:bold;
    padding-bottom:5px;
    vertical-align:top;
    border-bottom:1px solid white;
}

h1{
    margin:0;
    padding:0;
    font-weight:bold;
    font-size:14px;
    color:#998590;
    padding-bottom:7px;
    padding-top:7px;
    margin-bottom:10px;
    border-bottom:1px dashed #666565;
    border-top:1px solid #666565;
    font-style:italic;
}

h2{
    padding:0;
    margin:0;
    font-weight:bold;
    font-style:italic;
    font-size:14px;
    color:#666565;
    margin-bottom:10px;
}


/* Id's */

#container{
    position:absolute;
    width:960px;
    min-height:100%;
    left:50%;
    top:0;
    margin-left:-480px;
    margin-top:0;
    background-color:white;
}

#header{
    position:relative;
    float:left;
    width:100%;
    height:175px;
    background-color:black;
}

#menu{
    position:relative;
    float:left;
    width:100%;
    height:30px;
    background-color:#666565;
    margin-bottom:45px;
}

/* Classes */
.clickable{
    cursor:pointer;
}

.logo{
    position:relative;
    float:left;
    width:456px;
    height:162px;
    background-image: url('../../images/default/modules/content/logo.png');
    z-index:10;
}

.contactinfo{
    position:relative;
    float:right;
    height:145px;
    width:180px;
    margin-left:214px;
    color:white;
    background-color:#A7A9AC;
    z-index:10;
}

.graybar{
    position:absolute;
    left:0;
    bottom:0;
    height:30px;
    width:100%;
    background-color:#A7A9AC;
    z-index:1;
}

.blackbar{
    position:absolute;
    left:0;
    bottom:0;
    height:30px;
    width:100%;
    background-color:black;
    z-index:1;
}

.contactinfo .widget{
    padding:10px;
    padding-left:25px;
}

.contactinfo .widgets_containeroptions{
    padding-left:25px;
    margin-top:-5px;
}

#menu ul{
    list-style:none;
    padding:0;
    margin:0;
}

#menu ul li{
    position:relative;
    padding:0;
    margin:0;
    float:left;    
    height:30px;
    font-style: italic;
    font-weight:bold;
    font-size:16px;
    padding-right:22px;
    padding-left:5px;
    margin-left:5px;
    line-height:30px;
    background-image:url('../../images/default/modules/content/dot.png');
    background-position:bottom right;
    background-repeat:no-repeat;
}

#menu ul li.last{
    background-image: none;
}

#menu ul li a {
    color:white;
}

#menu ul li a:hover{
    color:#FFD600;
}

#menu ul li a.selected{
    color:#FFD600;
}

#contentHolder{
    margin-left:15px;
    width:930px;
}

.col_left{
    position:relative;
    float:left;
    width:600px;
    margin-right:15px;
    margin-bottom:40px;
}

.col_right{
    position:relative;
    float:left;
    width:315px;
    margin-bottom:40px;
}

.newsitem, .product{
    position:relative;
    float:left;
    border-bottom:1px dashed #666565;
    margin-bottom:10px;
    width:100%;
}

.product .photos{
    position:relative;
    float:left;
    width:200px;
}

.product .description{
    position:relative;
    float:left;
    width:230px;
    margin-left:10px;
}

.product .detail{
    display:none;
}

.product .info{
    position:relative;
    float:left;
    width:150px;
    margin-left:10px;
}

.product .description h3{
    margin-top:-10px;
    padding:0;
    font-weight:normal;
}

.product .photos .large{
    position:relative;
    float:left;
    width:200px;
    height:150px;
    background-repeat: no-repeat;
    margin-bottom:10px;
}

.product .photos .thumbs{
    position:relative;
    float:left;
    width:200px;
    margin-top:5px;
    margin-bottom:5px;
}

.product .photos .thumbs .thumb, .widget .thumb{
    position:relative;
    width:64px;
    height:48px;
    float:left;
    margin-right:4px;
    cursor:pointer;
    margin-bottom:5px;
    background-repeat: no-repeat;
}

.product .info table{
    border-collapse:collapse;
    padding:0;
    margin:0;
}

.product .info table .name{
    font-style: italic;
    width:70px;
}

.uppercase{
    text-transform:uppercase;
}


.highlighted{
    background-color:#FFD600;
    padding:10px;
}

.realbutton{
    display:block;
    background-color:#FFD600;
    height:16px;
    line-height:16px;
    background-image:url('../../images/default/modules/content/button.png');
    background-position:bottom right;
    background-repeat:no-repeat;
    padding-right:18px;
    padding-left:5px;
    font-style: italic;
    width:127px;
    cursor:pointer;
}

.button{
    cursor:pointer;
}

.col_right .widget{
    position:relative;
    float:left;
    margin-bottom:15px;
    width:100%;
}

.col_right .widgets_containeroptions{
    position:relative;
    float:left;
    border-top:1px solid #666565;
    width:100%;
    padding-top:5px;
}

.widget_weeklyoffer_image{
    display:block;
    position:relative;
    float:left;
    margin-right:10px;
    width:156px;
}

.widget_weeklyoffer_text{
    position:relative;
    float:left;
    width:149px;
}

.widget_weeklyoffer_oldprice{
    display:block;
    float:left;
    position:relative;
    margin-top:15px;
    text-decoration:line-through;
    width:100%;
}

.widget_weeklyoffer_newprice{
    display:block;
    float:left;
    position:relative;
    width:100%;
    margin-top:10px;
    font-style: italic;
    font-weight:bold;
    color:#FFD600;
    font-size:16px;
}

.widget_text_image{
    margin-bottom:10px;
}

.footer{
    position:relative;
    float:left;
    width:100%;
    height:50px;
}

.footer .left{
    position:relative;
    float:left;
    border-top:1px solid #666565;
    width:600px;
    margin-left:15px;
}

.footer .right{
    position:relative;
    float:left;
    border-top:1px solid #666565;
    width:315px;
    margin-left:15px;
    text-align:right;
}

ul.contentphotos{
    list-style:none;
    margin:0;
    padding:0;
}

ul.contentphotos li{
    margin-bottom:15px;
}

.hover{
    cursor:pointer;
    color:black;
}

.dialog, .widgest_addwidget_dialog_pagenames{
    display:none;
}

.widgest_addwidget_dialog_pagenames{
    margin-left:15px;
}

.widgets_text_options{
    margin-top:5px;
}

.widgetcontainer{
    position:relative;
    float:left;
}

.widget{
    z-index:1000;
}
