/*
Color Reference:

border: #5e5e5e - done
headings: #18768e
body text: #bfbfbf
info window text: #a7a9ac
info window strong text: #ffffff
info window input background: #1d1d1d
info window input border: #2b2b2b
info window input text: #ffffff
sidebar input background: #111111
sidebar input border: #1d1d1d
sidebar input text: #7f7f7f

TODO: rest of sidebar

*/


p, td, li, pre {
    font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #bfbfbf;
    text-decoration: none;
}

select, input, textarea {
    font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
    font-weight: normal;
    color: #7f7f7f;
    text-decoration: none;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main p, #main li { 
    /* margin: 1ex 0 !important; */
    line-height: 1.5em;
}

#main p {
    padding-bottom: 1em;
		text-align:justify;
}

h4 { 
    font-size: 100%;
		 margin-bottom: 10px;
    margin-top:10px;
}

h3, legend {
    color: #18768e;
    font-size: 108%;
}

fieldset { 
    margin-bottom: 1em;
}

h2, h1 {
	color: #07659c;
	font-size: 123.1%;
	font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

li {
    list-style: disc;
    margin-bottom: 1ex;
}

ol>li {
    list-style: decimal;
}

a:link, a:visited, a:active {
    color: #FFFFFF;
}
th, h4, .style3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #07659c;
    font-weight: bold;
    font-size: 11px;
}
.date {
    color: #FF0000;
    font-weight: bold;
}
input {
    background-color: #111111;
    border: solid 1px #1d1d1d;
}
input.button {
    border: solid 1px #1d1d1d;
}
textarea {
    background-color: #111111;
    border: solid 1px #1d1d1d;
}
select {
    background-color: #111111;
}

.flash {
    color: #ffffff;
    margin-top: 1em;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#flash-notice {}
#flash-alert {}
#flash-error {}

.left_box1 {
    padding: 0px;
    border-top: 1px solid #535353;
    border-bottom: 1px solid #535353;
    background-color: #000000;
    margin-bottom: 7px;
}

#madeinoz {
padding: 0px 0px 5px 5px;
}

#login_widget, #cart_widget {
    padding: 10px;
    background-color: #000000;
    margin-bottom: 7px;
}

#login_widget { 
    border-top: 1px solid #1d1d1d;
    /* border-bottom: 1px solid #535353; */
}

#cart_widget {
border-top: 1px solid #1d1d1d;}

#login_widget *, #cart_widget * {
    margin: 3px 0 0 0;
    padding: 0;
}
#login_widget ul {
    list-style: none;
    margin-left: 10px;
}
#login_widget ul li {
    
}

#login_widget img, #cart_widget img {
    vertical-align: bottom;
    margin-right: 1ex;
}

.more_images {	
    border: 1px solid #535353;
    background-color: #111111;
    margin-top: 10px;
}
.image{
    margin-left: 2em;
    margin-bottom: 2em;
}
#main img { vertical-align: middle; }

/**
* layout
*/
html {
    background: #000 url('/images/bg_city.jpg');
		background-repeat:repeat-x;
}
body, html {
    margin:0;
    padding:0;
    padding-bottom: 30px;    
    color:#000;
}
body {
    min-width:950px;    
}
#wrap {
    margin:20px auto;
    width:950px;
    background-color: #000000;
    border: #5e5e5e 1px dotted;
}
#header {
    
    height: 285px;
}
#header h1 {
    padding:5px;
    margin:0;
}


#main {
    float:left;
    width:680px;
    padding: 0 50px 30px 50px;
}
/*
#main h2, #main h3, #main p {
padding:0 0 0 10px;
margin: 15px 0 15px 3px;
}
*/
#sidebar {
    float:left;
    width:170px;
}
#sidebar ul {
    margin-bottom:0;
}
#sidebar h3, #sidebar p {
    padding:0 0 0 0;
}
#sidebar label, #sidebar p, #sidebar td, #sidebar li, #sidebar pre {
    color: white;
}

#sidebar_nav {
margin:23px 0px 20px 10px;

}
#sidebar_nav ul {
list-style: none;
}
#sidebar_nav li {
list-style: none;
border-bottom:1px solid #222222;
margin-left:5px;
}
#sidebar_nav li a{
text-decoration:none;
}
#sidebar_nav li a:hover{
color:#18768e;
}


#footer {
    clear:both;
    border-top: 1px #333 solid;
    padding: 15px 0 18px 0;
    background-color: #1d1d1d;
}
#footer ul {
    list-style: none;
    text-align: center;
    padding:0;
    margin:0;
}
#footer ul li {
    display: inline;
}
#footer ul li a {
    text-decoration: none;
}
#footer ul li a:hover {
    text-decoration: underline;
}
#tag {
float:right; 
padding-right:10px; 
margin-top:-13px;
font:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}
#tag a {
text-decoration:none;
color:#999999;}

#collection_header {
    color: #c5c6c7;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

#collection_header h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

#collection_header img {
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: 2px;
}

#swisher {
    background: #111111;
    overflow: hidden;
    /* width: 530px; */
    padding-top: 10px;
    padding-bottom: 10px;
}

#swisher td img {
    margin-left: 10px;
}

#swisher .more-row td img {
    margin-top: 10px;
}

#swisher img { border: 1px solid #111111; }
#swisher a:hover img { border: 1px solid white; }

#swishee { 
    margin-bottom: 1em;
    margin-top: 1em;
}

.swishee_items { 
    background: #111111;
    /* width: 530px; */
}

.product_shots {
    float: left;
    width: 44%;
}

.product_shots img {
    display: block;
    margin: 1ex;
}

.wide .product_shots {
    float: none;
}

.wide .product_shots img {
    margin: auto 0;
}

.wide .product_description {
    float: none;
    width: 100%;
}

.product_description {
    float: left;
    color: #c5c6c7;
    width: 55%;
}

.product_description_content {
    padding-left: 1em;
    padding-right: 1em; 
    padding-bottom: 1em;
}

.product_description h3 {
    color: #18768e;
    margin-bottom: 0px !important;
    margin-top: 1ex;
}

.product_description .designer { margin-top: 0px !important; }

.product_description th { color: #c5c6c7;
    text-align: left; 
    width: 25%; }

.product_description .more_images { border: none; }

.product_description .more_images img { border: 1px solid #666;
    padding: 2px; }

.product_description .more_images a:hover img { border: 1px solid white; }

.product_description_content strong {
  font-weight: bold;
}

.product_info { margin: 0px; }

.product_info tr {
    line-height: 2em;
}

table#cart { 
    border: 0; 
    padding: 0; 
    margin: 0; 
    width: 90% 
}
table#cart tr th, table#cart tr td { 
    padding: 5px; 
    margin: 0; 
    text-align: center; 
}
table#cart tr td.right, table#cart tr th.right {
    text-align: right;
}

.catalogue_table {
    /*width: 100%;*/
    margin-left: auto;
    margin-right: auto;
}

.catalogue_table .title {
    text-align: center;
    color: #ffffff;
    line-height: 10px;
}

.catalogue_table td {
    padding: 0px 10px 0px 10px;
}

/*#fabric_gallery {
    margin-left: auto;
    margin-right: auto;
}*/

#fabric_gallery td {
    padding: 1ex;
}

.catalogue_table td .cat_thumb_wrap {
    margin: 0px auto;
    width: 150px;
}

.catalogue_table td a {
    display: block;
    text-decoration: none;
    padding: 0px;
    margin: 1px;
    /*border: 1px #1d1d1d solid;*/
    width: 143px;
    height: 163px;
}

#fabric_gallery td a {
    padding: 0px;
    width: 110px;
    height: 195px;
}

.fabric_gallery_top td.fabric_hero a {
    width: 150px;
    height: 150px;
}

.catalogue_table a img {
    border: none;
    display: block;
    margin: 0 auto;
}

.catalogue_table td a:hover {
    /*border: 2px #999 solid;
    margin: 0px;*/
    margin: 0px;
    border: 1px white solid;
    background: #333;
}

.catalogue_table .title {
    margin-bottom: 0px;
}

.fabric_hero {
    width: 160px;
    height: 200px;
    /*float: left;*/
    text-align: center;
}

.fabric_hero_small {
    width: 120px;
    height: 200px;
    /*float: left;*/
    text-align: center;
}

.fabric_hero_small .fabric_hero_image {
    width: 110px;
}

.fabric_hero_image {
    width: 150px;
    height: 160px;
    margin: 0px;
}

.fabric_shots img {
    margin: auto !important;
}

.info-table th, .info-table td {
    text-align: center;
    padding: 5px;
    border: 1px solid #666;
}

.info-table {
    margin-left: auto;
    margin-right: auto;
}

.gallery {
    margin-left: auto;
    margin-right: auto;
}

.gallery td {
    padding: 10px;
}

.gallery td p {
    margin-top: 5px;
    text-align: center;
    vertical-align: top;
}

.gallery td img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.gallery a {
    display: block;
    margin: 1px;
    text-decoration: none;
}

.gallery a:hover {
    background-color: #333;
    border: 1px white solid;
    margin: 0px;
}

#gallery_bottom td {
    width: 100px;
}

#gallery_top td {
    width: 150px;
}

#gallery_bottom td p {
    /*height: 50px;*/
}
.stockist {
border:1px dotted #333333;
padding:10px;
margin:10px 15px 10px 0px;
color:#FFFFFF;
float:left;
width:300px;
height:75px;
overflow:hide;
}
.stockist p {
color:#FFFFFF;
}

h4 a, #sidebar_nav h4 a {
text-decoration:none;
color:#07659c;
}
.content_hero {
border:1px dotted #333333;
padding:5px;
margin:10px 0px 10px 30px;
float:left;
width:600px;
height:300px;
overflow:hide;
}

.strike {
	text-decoration: line-through;
	color: red;
}
.strike_text {
	color: #999;
	text-decoration: none;
}
.price_highlight {
	color: #F00;
	text-shadow: #ff6d6d 1px 0px 0px;
}