/** global **/
body {
	margin: 10px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #EFEFEF url('/Content/Images/body-bg.jpg');
}
* {
	margin: 0;
	padding: 0;
}
/** element defaults **/
table {
	width: 100%;
	font-size: 12px;
	text-align: left;
}
th, td {
	padding: 5px 10px;
}
th {
	color: #FFFFFF;
	border-top: 3px solid #0D364A;
	background-color: #2284B8;
	text-align: left;
}
td {
	border-bottom: 1px solid #F4F4F4;
}
code, blockquote {
	display: block;
	border-left: 5px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
}
blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	height: 1%;
}
p {
	line-height: 1.5em;
	margin-bottom: 20px;
}
a {
	color: #2284B8;
}
a:hover {
	color: #80B7D5;
}
a:focus {
	outline: none;
}
fieldset {
	display: block;
	border: none;
	border-top: 1px solid #E0E0E0;
	/*margin: 30px 60px 30px 60px;*/
}
fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #222222;
}
fieldset form {
	margin: 5px 15px 5px 15px;
	padding: 10px 25px 5px 25px;
	/*background: #EEEEEE;
	border: solid 1px #DDDDDD;*/
}
fieldset p label {
	float: left;
	width: 150px;
	font-weight: bold;
}
fieldset form input, fieldset form select {
	padding: 3px;
	color: #333333;
	font-size: 13px;
	border: 1px solid #DDDDDD;
	/*margin-bottom: 5px;*/
	width: 200px;
}
fieldset form textarea {
	padding: 3px;
	color: #333333;
	font-size: 13px;
	border: 1px solid #DDDDDD;
	/*margin-bottom: 5px;*/
	width: 300px;
	height: 50px;
}
fieldset form input.formbutton {
    /*margin-left: 150px;*/
	font-weight: bold;
	width: auto;
}
h1 {
	font-size: 45px;
}
h2 {
	color: #2F2F2F;
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0;
}
h3 {
	color: #333333;
	font-size: 20px;
	padding: 2px 4px 2px 4px;
	margin-bottom: 6px;
	border-bottom: solid 5px #DDDDDD;
}
h4 {
	padding: 4px 4px 2px 4px;
	margin-bottom: 6px;
	font-size: 15px;
	color: #2284B8;
	border-bottom: solid 5px #DDDDDD;
}
h5 {
	padding-bottom: 10px;
	font-size: 13px;
	color: #666666;
}
ul, ol {
	margin: 0 0 0 35px;
}
li {
	padding-bottom: 5px;
}
img {
	border: none;
}


/** wrapper **/
div#wrapper {
	width: 980px;
	margin: 0px auto;
	padding: 0;
	border-bottom: 10px solid #1A668E;
}


/** sitename **/
div#sitename h1 {
	color: #357BA2;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 11px;
	margin: 0;
	padding: 0;
}
div#sitename h1 a,
div#sitename h1 a:hover {
	color: #357BA2;
	text-decoration: none;
}
div#sitename h3 {
	color: #ABBBC5;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -2px;
	margin: -8px 0 0 0;
	padding: 0 0 25px;
	text-transform: uppercase;
}

/** nav **/
div#nav {
	background: #0D3448 url('/Content/Images/nav-bg.jpg') repeat-x scroll top left;
	height: 40px;
}
div#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-right: 1px solid #09232F;
}
div#nav ul li {
	float: left;
	padding-bottom: 0;
	display: block;
}
div#nav ul li a,
div#nav ul li a:visited,
div#nav ul li a:active,
div#nav ul li a:link {
	color: #FFFFFF;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}
div#nav ul li.current a {
	background:transparent url('/Content/Images/item-right.jpg') no-repeat scroll top right;
}
div#nav ul li.current a span,
div#nav ul li.current a:visited span,
div#nav ul li.current a:hover span,
div#nav ul li.current a:active span,
div#nav ul li.current a:link span {
	background: transparent url('/Content/Images/item-left.jpg') no-repeat scroll top left;
	border: none;
	padding: 18px 15px 12px;
}
div#nav ul li.current a {
	margin-top: -6px;
}
div#nav ul li a span {
	padding: 12px 15px 12px;
	border-right: 1px solid #1F4A61;
	border-left: 1px solid #09232F;
	display: block;
	float: left;
	background: transparent none;
}
div#nav ul li a:hover span {
	background: transparent url('/Content/Images/nav-bg-hover.jpg') repeat-x scroll top left;
}
.nav-tooltip {
	display: none;
	background: #333333;
	height: auto;
	padding: 10px 30px 10px 20px;
	width: 250px;
	z-index: 10;
	color: #FFFFFF;
}
div#nav ul li .nav-tooltip a {
	padding: 5px 0 2px 20px;
	margin-top: 0;
	border: 0;
	display: block;
	float: left;
	clear:both;
	width: 100%;
	background: transparent url('/content/images/arrow.png') no-repeat left center;
}
div#nav ul li .nav-tooltip .description {
	padding: 0 0 5px 20px;
	font-size: 10px;
	display: block;
	float: left;
	clear:both;
	width: 100%;
}
div#nav ul li .nav-tooltip a:hover {
	text-decoration: underline;
}

/** header **/
div#header {
	padding: 20px 20px 20px 20px;
	margin:0 auto;
	background: #2284B8 url('/Content/Images/header-bg.jpg') repeat-x scroll bottom left;
	height: 60px;
}
div#header div.label 
{
	margin-top: -60px;
	margin-left: 360px;
}
div#header div.label h2 {
	color: #FFFFFF;
	padding-bottom: 0;
	font-weight: normal;
	font-size: 26px;
	letter-spacing: 0;
}
div#header div.label div.tagline {
	color: #FFFFFF;
	/*font-size: 14px;*/
	font-size: 14px;
	padding-bottom: 10px;
}
div#header div.label div.tagline a {
	color: #FFFFFF;
}
div#header div.basket
{
    float: right;
    min-width: 205px;
    max-width: 300px;
    margin-top: -5px;
    color: #FFFFFF;
}
div#header div.basket a {
    color: #FFFFFF;
}
div#header div.basket img
{
    vertical-align: middle;
    margin: 2px;
}
div#header div.basket .price
{
	font-style: italic;
	color: #FFFFFF;
    font-size: 20px;
	font-weight: bold;
}

/** body **/
div#body {
	padding: 10px 10px;
	background: #FFFFFF url('/Content/Images/content-bg.jpg') repeat-x scroll top left;
}

/** content and sidebars **/
div#content 
{
	float: left;
	width: 730px;
}

div#subcontent {
	float: left;
	margin-right: 15px;
	width: 505px;
}

/** sidebar-left **/
div#sidebar-left {
	float: left;
	margin-right: 15px;
	width: 210px;
}
div#sidebar-left h4 { 
	color: #0B2735;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px 10px 5px 10px;
}


/** sidebar-right **/
div#sidebar-right {
	float: right;
	width: 210px;
}

div#sidebar-right h4 { 
	color: #0B2735;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px 10px 5px 10px;
}

/** footer **/
div#footer {
	background: #2284B8;
	padding: 20px 20px;
	color: #FFFFFF;
	border-bottom: 1px solid #2694CF;
}
div#footer p {
	color: #FFFFFF;
	margin: 0;
	font-size: 11px;
	width: 50%;
}
div#footer p.left {
     float: left;
}
div#footer p.right {
     float: right;
     text-align: right;
}
div#footer p a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}
div#footer p a:hover {
	background-color: #1A668E;
}


/** clear fix **/
.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear {
	display: inline-block;
}
.clear {
	display: block;
}
.sclear {
	clear:both;
}


/** news **/
.news-cont {
	clear: both;
}
.news-cont .news 
{
	clear: both;
	display: block;
	overflow: hidden;
}	
.news .title
{
	color: #2284B8;
	font-size: 18px;	
	letter-spacing: -1px;
	margin: 10px 0 5px 0;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
}
.news .date
{
	color: #AAAAAA;
	font-size: 10px;
	font-weight: bold;
	display: block;
	letter-spacing: 1px
}
.news img {
	margin: 0 10px 10px 0;
	max-width: 60px;
	max-height: 60px;
	padding: 3px;
	border: solid 2px #EEEEEE;
}
.news .title a {
    text-decoration: none;
}
.news-details-img 
{
    margin: 0 20px 10px 0;
	max-width: 200px;
	max-height: 200px;
	padding: 3px;
	border: solid 2px #EEEEEE;
}

/** widget common **/
.widget-cont {
	margin: 10px 0 0 0;
	clear: both;
}

/** widget-small **/
.widget-small {
	margin: 0 0 5px 0;
	border: solid 1px #999999;
	padding: 2px 4px 2px 4px;
	width: 200px;
	overflow: hidden;
}
.widget-small img {
	margin: 0 0 0 5px;
	max-width: 60px;
	max-height: 60px;
	border: none;
}
.widget-small a,
.widget-small a:visited,
.widget-small a:active,
.widget-small a:link {
	font-size: 11px;
	font-style: italic;
	color: #666666;
	text-decoration: none;
}
.widget-small a:hover {
	font-size: 11px;
	font-style: italic;
	color: #333333;
	text-decoration: none;
}


/** widget-large **/
.widget-large {
	margin: 0 1px 0 2px;
	padding: 1px 2px 1px 2px;
	width: 236px;
	height: 75px;
	overflow: hidden;
	/*letter-spacing: -1px;*/
}
.widget-large img {
	margin: 0 5px 5px 0;
	max-width: 60px;
	max-height: 60px;
	padding: 3px;
	border: solid 2px #EEEEEE;
}
.widget-large a,
.widget-large a:visited,
.widget-large a:active,
.widget-large a:link {
	font-style: italic;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
.widget-large a:hover {
	font-style: italic;
	font-size: 13px;
	text-decoration: underline;
}


/** new menu **/
.treeview-cont {
    margin-top: 10px;
	margin-bottom: 10px;
	border: solid 1px #DDDDDD;
	font-size: 12px;
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 5px 0 5px 0;
	
}
.treeview-cont a {
    color: #0D364A;
}
.treeview-cont a:hover {
	color: #2284B8;
}

/** search **/
.search {
	margin: 8px 10px 0 10px;
	float: right;
}
.search label {
	padding: 3px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
.search form input {
	padding: 3px;
	border: 1px solid #ddd;
	width: 240px;
	color: #333333;
	font-size: 13px;
	font-style: italic;
}
.search form input.formbutton {
	background: #2284B8;
	border: none;
	width: auto;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}


/** login **/
.login {
}
.login label {
	float: left;
	width: 150px;
}
.login form input {
	padding:3px;
	color: #333333;
	font-size: 13px;
	border: 1px solid #DDDDDD;
	width: 180px;
}
.login form input.formbutton {
	font-weight: bold;
	font-size: 13px;
	width: auto;
	margin-top: 4px;
}


/** category **/
.category-cont {
	clear: both;
}
.category {
	margin: 0 1px 0 2px;
	padding: 1px 2px 1px 2px;
	width: 206px;
	overflow: hidden;
}
.category img {
	margin: 0 5px 5px 0;
	max-width: 16px;
	max-height: 16px;
}
.category a,
.category a:visited,
.category a:active,
.category a:link 
{
	font-style: italic;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
.category a:hover {
	font-style: italic;
	font-size: 13px;
	text-decoration: underline;
}


/** common **/
.centered {
    text-align: center;
}
.right-align {
    text-align: right;
}
.width200 {
	width: 200px;
}
.width180 {
	width: 180px;
}
.width160 {
	width: 160px;
}
.width140 {
	width: 140px;
}
.width120 {
	width: 120px;
}
.width100 {
	width: 100px;
}
.width80 {
	width: 80px;
}
.width65 {
	width: 65px;
}
.width50 {
	width: 50px;
}
.width40 {
	width: 40px;
}
.width10 {
	width: 10px;
}
.highlight {
	background: #FFFF7A;
}
.small-indent {
	padding: 3px 5px 3px 5px;
}
.indent {
	padding: 15px 10px 5px 10px
}
.large-indent {
	padding: 5px 40px 15px 40px
}
.fright {
    float: right;
}
.fleft {
    float: left;
}
.hidden {
	display: none;
}
.large-font {
    font-size: 16px;
}
.gray-box {
	clear: both;
	padding: 10px;
	background: #EEEEEE;
	line-height: 1.5em;
	border: solid 1px #DDDDDD;
}
.red-box {
	clear: both;
	padding: 10px;
	background: #FFCED3;
	line-height: 1.5em;
	border: solid 1px #DDDDDD;
}
.green-box {
	clear: both;
	padding: 10px;
	background: #CCF99B;
	line-height: 1.5em;
	border: solid 1px #DDDDDD;
}
.blue-box {
	clear: both;
	padding: 10px;
	background: #D5EBF7;
	line-height: 1.5em;
	border: solid 1px #DDDDDD;
}
.margin-bottom {
	margin-bottom: 10px;
}
.margin-top {
	margin-top: 10px;
}
img.img300 {
	max-width: 300px;
	max-height: 300px;
	border: solid 2px #EEEEEE;
}
img.img160 {
	max-width: 160px;
	max-height: 160px;
	border: solid 2px #EEEEEE;
}
.price {
	color: #AA2B00;
	font-style: italic;
	font-size: 15px;
	font-weight: bold;
}
.small-price {
	color: #AA2B00;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}


/** action tooltip **/
.action-tooltip 
{
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 10px 15px;
	width: auto;
	display: none;
	color: #FFFFFF;
	text-align: left;
}


/** table common **/
table .alternate {
    background-color: #F4F4F4;
}
table .wrapped-item {
	word-wrap: break-word;
}


/** list-table **/
table.list-table {
    margin-bottom: 10px;
}
table.list-table .image {
	max-width: 60px;
	max-height: 60px;
	border: solid 2px #EEEEEE;
}
table.list-table .a-image {
	margin-top: 4px;
}
table.list-table td {
	border-bottom: 1px solid #AAAAAA;
}


/** details-table **/
table.details-table {
}
table.details-table th, table.details-table td {
	padding: 5px 10px;
	border-bottom: 1px solid #F4F4F4;
}
table.details-table th {
	font-weight: bold;
}
table.details-table td {
	font-weight: bold;
}
table.details-table .price {
	font-size: 15px;
}
table.details-table .row-header {
	width: 150px;
}


/** custom-table **/
table.custom-table td {
	border: none;
}


/** filter **/
.filter-panel {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-bottom: 0;
	margin: 10px 0;
}
.filter-panel .attribute-header {
	background: #EEEEEE url('/content/images/expanded.png') no-repeat left center;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 8px 5px 18px;
	cursor: pointer;
	word-wrap: break-word;
}
.filter-panel .attribute-panel {
	background: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 8px;
}
.filter-panel .attribute-value {
	margin: 1px;
	padding: 1px 2px 1px 2px;
	display: inline-block;
	width: 130px;
	max-width: 130px;
	overflow: hidden;
	vertical-align: top;
	word-wrap: break-word;
}
.filter-panel .attribute-value .light {
	color: #999999;
}
.filter-panel .collapsed-header {
	background: #EEEEEE url('/content/images/collapsed.png') no-repeat left center;
}
.filter-panel .collapsed-panel {
	display: none;
}

/** filter-ver **/
.filter-panel-ver-cont {
	background: #EEEEEE;
	border: 1px solid #DDDDDD;
	margin: 10px 0;
	font-size: 9px;
}
.filter-panel-ver-cont .bottom-panel {
	border-top: 1px solid #DDDDDD;
	padding: 5px 8px;
	clear: both;
}
.filter-panel-ver {
	float: left;
	width: 100px;
	max-width: 100px;
}
.filter-panel-ver-large {
	float: left;
}
.filter-panel-ver .attribute-header, .filter-panel-ver-large .attribute-header {
	padding: 5px 8px;
	word-wrap: break-word;
	font-size: 10px;
}
.filter-panel-ver .attribute-panel, .filter-panel-ver-large .attribute-panel {
	padding: 3px 6px;
}
.filter-panel-ver .attribute-value {
	margin: 1px;
	padding: 1px 2px 1px 2px;
	display: inline-block;
	width: 100px;
	max-width: 100px;
	overflow: hidden;
	vertical-align: top;
	word-wrap: break-word;
}
.filter-panel-ver .attribute-value a {
	color: #333333;
	text-decoration: none;
}
.filter-panel-ver .attribute-value a:hover {
	text-decoration: underline;
}
.filter-panel-ver-large .attribute-value-large {
	margin: 1px;
	padding: 1px 2px 1px 2px;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	word-wrap: break-word;
}
.filter-panel-ver .attribute-value .light {
	color: #999999;
}
.filter-panel-ver .overflow-attribute-value {
	display: none;
}

/** toolbox **/
.toolbox-panel {
	background: #EEEEEE;
	margin: 10px 0;
	border: 1px solid #DDDDDD;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}
.toolbox-panel span 
{
	float: left;
    padding: 5px 8px;
	text-decoration: none;
	background: #EEEEEE;
	color: #333333;
}
.toolbox-panel input, .toolbox-panel select 
{
	float: left;
	padding: 3px;
	color: #333333;
	font-size: 12px;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	width: auto;
}
.toolbox-panel .button {
	font-weight: bold;
	background: #0D364A;
	color: #FFFFFF;
}
.toolbox-panel .red-button {
	font-weight: bold;
	background: #AA2B00;
	color: #FFFFFF;
}
.toolbox-panel a {
	color: #333333;
	text-decoration: none;
    display: block;
    float: left;
    padding: 4px 8px;
    margin-right: 3px;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
}
.toolbox-panel a:hover {
    border-color: #333333;
}
.toolbox-panel .selected {
    border: 1px solid #333333;
    background: #0D364A;
    color: #FFFFFF;
}
.toolbox-panel img 
{
	margin-top: -4px;
	margin-bottom: -4px;
	margin-right: 4px;
}


/** details **/
div#details-left {
	float: left;
	margin-right: 5px;
	width: 310px;
}
div#details-icon-stripe 
{
	float: left;
	margin-right: 5px;
	width: 50px;
}
div#details-content 
{
	float: left;
	width: 350px;
}


/** tabs **/
#tabs {
}
#tabs ul {
	margin: 0;
	float: left;
	background: #FFFFFF;
}
#tabs li {
	border-top: solid 2px #FFFFFF;
	list-style: none;
	display: inline;
}
#tabs li, #tabs li a {
	float: left;
}
#tabs ul li.active {
	border-top: solid 2px #0D364A;
	background: #DDDDDD;
}
#tabs ul li a {
	text-decoration: none;
	padding: 2px 4px 2px 4px;
	color: #000000;
	font-weight: bold;
}
#tabs ul li.active a {
	color: #000000;
}
#tabs div {
	clear: both;
	padding: 10px;
	background: #EEEEEE;
	border: solid 1px #DDDDDD;
}

/** tabs **/
ul.tabs {  
	margin: 0 !important; 
	padding: 0;
	height: 30px;
	border-bottom: 1px solid #999999;	
}
ul.tabs li {  
	float: left;
	padding: 0; 
	margin: 0;  
	list-style-type: none;	
}
ul.tabs a { 
	float: left;
	font-size: 13px;
	display: block;
	padding: 5px 30px;	
	text-decoration: none;
	border: 1px solid #999999;	
	border-bottom: 0px;
	height: 18px;
	background-color: #efefef;
	color: #777;
	margin-right: 2px;
	position: relative;
	top: 1px;	
	outline: 0;
}
ul.tabs a:hover {
	background-color: #F7F7F7;
	color: #333;
}
ul.tabs a.current {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;	
	color: #000000;	
	cursor: default;
}
div.panes > div {
	display: none;
	border: 1px solid #999999;
	border-width: 0 1px 1px 1px;
	min-height: 150px;
	padding: 15px 20px;
	background-color: #FFFFFF;	
}


/** modal dialogs **/
.modal {
	background-color: #EEEEEE;
	display: none;
	width: 500px;
	padding: 15px;
	text-align: left;
	border: 5px solid #000000;
}

/** rating **/
.crystal-stars .rating-caption 
{
	display: block;
	float: left;
	font-size: 15px;
	padding: 4px 10px 4px 20px;
	font-weight: bold;
	font-style: italic;
}
.rating-caption 
{
	display: block;
	float: left;
	font-size: 12px;
	padding: 0px 10px 0px 20px;
	font-weight: bold;
	font-style: italic;
}


/** validation **/
.validation-summary-errors {
	font-style: italic;
}
.validation-summary-errors ul, ol {
	margin: 0 0 0 25px;
	list-style-type: none;
}
.validation-summary-errors li {
	padding-bottom: 0;
}
.validation-message-box {
	display: inline;
}
.validation-message-box .error {
  background:url("/content/images/status/invalid.png") no-repeat 10px 0px;
  padding-left: 30px;
  font-weight: bold;
  min-width: 50px;
  color: #EB3436;
}
.validation-message-box .checked {
  background:url("/content/images/status/valid.png") no-repeat 10px 0px;
  min-width: 50px;
}
select.error, input.error, textarea.error {
    background: #FFCED3;
}


/** custom form **/
form.custom-form input, form.custom-form select, form.custom-form textarea {
	padding: 3px;
	color: #333333;
	font-size: 12px;
	border: 1px solid #DDDDDD;
	/*margin-bottom: 5px;*/
	width: 200px;
}
form.custom-form input.formbutton {
	font-weight: bold;
	width: auto;
}
form.custom-form input.small-input {
    width: 40px;
}
form.custom-form label {
	float: left;
	width: 150px;
	font-weight: bold;
}
