
body {
	margin: 10px 0 0 0;
	text-align: center;
    overflow-x: hidden;
}
body, td, textarea, input{
	font-family: 'Tahoma';
	font-size: 12px;
}


a {
	text-decoration: none;
	color: #3d4a83;
}
h2{
	border-bottom: 1px dotted #d7d7d7;
	font-size: 22px;
	margin-top: 0px;
}

em {
	font-size: 10px;
	color: #434344;
}

img{
	border: 0px;
}

#content{
	width: 1241px;
    height: 532px;
    overflow-x: hidden;
	border: 0px solid red;
	text-align: left;
}

#middle{
    width: 100%;
    height: 532px;
    padding:0;
    background-color: #000000;
}

#content h2{
	font-size: 18px;
	border-bottom: 0px dotted #d7d7d7;
}

#alertBar {
	border-bottom: 1px dotted #d7d7d7;
	font-weight: bold;
	background-color: #efefef;
	padding: 4px;
}

#alertText{
	padding: 4px;
}

#shadowbox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1200;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	z-index: 20;
}

#outer {
    /*background: url('/images/topbar.png');*/
    width: 100%;
    height: 540px;
    margin: 0;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top:40px;
    overflow-x: hidden;
}

#topbar {
    background: url('/images/topbar.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height:45px;
    text-align: center;
    border: 0px solid #000000;
    z-index: 10;
    position: absolute;
}

#menublock{
    /*background: url('/image/menublock.jpg');*/
    width: 915px;
}

#menublock .menu{
    cursor: pointer;
}

#emaillist{
    width: 420px;
    height: 135px;
    color: white;
    font-family: 'Verdana';
    background-color: #2f2f2f;
    padding: 8px;
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    text-align: left;
}

#stockists{
    width: 430px;
    height: 130px;
    color: #000000;
    font-family: 'Verdana';
    background-color: #878787;
    padding: 8px;
    float: left;
    text-align: left;
}

#topmenu a{
    margin: -10px 25px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Verdana';
    color: black;
}


.error{
	border: 1px dotted red;
}
.errors {
	color: red;
	font-size:12px;
}
.formLabel{
	float: left;
	padding-right: 5px;
	width: 120px;
	padding-top: 3px;
}
.formInput{
	float: left;
	display: table-cell;
}

.formElement{
	display: table-cell;
}

.tableHeaders{
	background-color: #d7d7d7;
	font-weight: bold;
	padding: 5px;
	
}
.tableheaders div{
	float: left;
}

.tableRow{
	padding: 5px;
	border-bottom: 1px dotted #efefef;
}

.tableRow div{
	float: left;
}

.alert{
	width: 800px;
	padding: 10px;
	font-size: 12px;
}

.success{
	background-color: #ccffcc;
	border: 1px solid #00FF00;
}

.info {
	background-color: #88bdf4;
	border: 1px solid #0000ff;
}

.images {
	cursor: pointer;
}

.product{
	padding-top: 5px;
	border: 0px dotted #d7d7d7;
}

.slideshow{
    position: absolute;
    opacity: 0;
    margin-left: 1240;
}

.lookbook_image{
    display: none;
    position: absolute;
    
}