/* Font styles. */
/* line 2, ../sass/style.sass */
body {
  margin: 0;
  /* Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */
  font-family:verdana;
  font-size:10px;
  background: url("images/bg.jpg") no-repeat scroll 50% 0 #980000;
  margin-bottom:15px;
}

/* Links */
/* line 10, ../sass/style.sass */
a:link {
  color: black;
  text-decoration: none;
}

/* line 15, ../sass/style.sass */
a:active {
  color: white;
  text-decoration: none;
}

ul.links
{
	text-align:center;
}
li a.active
{
	color:white;
}
/* Titles. */
/* line 21, ../sass/style.sass */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
}

/* line 24, ../sass/style.sass */
h1 {
  font-size: 2.2em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0;
}

/* line 30, ../sass/style.sass */
h2 {
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 0.75em;
}

/* line 35, ../sass/style.sass */
h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
}

/* line 39, ../sass/style.sass */
h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}

/* line 43, ../sass/style.sass */
h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 48, ../sass/style.sass */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* Paragraph styles. */
/* line 53, ../sass/style.sass */
p {
  margin: 0 0 1em 0;
}

/* List styles. */
/* line 57, ../sass/style.sass */
ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table styles. */
/* line 62, ../sass/style.sass */
table {
  width: 99%;
}

/* line 67, ../sass/style.sass */
tr.even td,
tr.odd td {
  padding: 10px 5px;

}
td{
vertical-align:top;
}
/* line 70, ../sass/style.sass */
tr.odd {
  background-color: white;
}

/* Code. */
/* line 74, ../sass/style.sass */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

/* line 78, ../sass/style.sass */
pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

/* List styles. */
/* line 86, ../sass/style.sass */
ul {
  list-style-type: disc;
}
/* line 88, ../sass/style.sass */
ul ul {
  list-style-type: circle;
}
/* line 90, ../sass/style.sass */
ul ul ul {
  list-style-type: square;
}
/* line 92, ../sass/style.sass */
ul ul ul ul {
  list-style-type: circle;
}

/* line 95, ../sass/style.sass */
ol {
  list-style-type: decimal;
}
/* line 97, ../sass/style.sass */
ol ol {
  list-style-type: lower-alpha;
}
/* line 99, ../sass/style.sass */
ol ol ol {
  list-style-type: decimal;
}

/* Abbreviation. */
/* line 103, ../sass/style.sass */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments. */
/* line 109, ../sass/style.sass */
#edit-title {
  font-size: 24px;
  width: 98%;
}

/* line 113, ../sass/style.sass */
#system-themes-form img {
  width: 100px;
}

/* line 116, ../sass/style.sass */
.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777;
}

/* line 123, ../sass/style.sass */
#edit-delete {
  color: #cc0000;
}

/* Console, style from slate theme. */
/* line 127, ../sass/style.sass */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee;
}

/* line 134, ../sass/style.sass */
div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55;
}

/* line 139, ../sass/style.sass */
div.error {
  color: white;
  background: #980000;
  border-color: #dd5522;
}

/* line 144, ../sass/style.sass */
div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77;
}
#main
{
	background:url("images/content_bg.png") repeat-y scroll 0 0 transparent;
	box-shadow: 0 0 7px #000000;
	-webkit-box-shadow: 0 0 7px #000000;
   -moz-box-shadow: 0 0 7px #000000;
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#header #header-region{
  text-align:center;
}

#sidebar-first {
   float: left;
    width: 188px;
	margin-right:0px;
}

/* line 156, ../sass/style.sass */
#sidebar-second {
 padding:25px 0 0 0;
 width: 190px;

}
#sidebar-second  #sidebar-second-inner
{
	padding: 0 0px 0 20px;
}
#sidebar-first-inner
{
	padding:25px 20px !important;
}

#navigation {
margin-left: 0;
overflow: hidden;
float: none;
font-family: verdana;
font-size: 14px;
height: auto;
padding: 10px 0;
}
#navigation ul li
{
padding: 0px;
}
#navigation ul li a
{
padding: 0px 18px;
}
#navigation ul li  a:visited
{
 color:black;
}
#navigation ul li  a:hover, #navigation ul li  a.active
{
 color:white;
}
#page
{
	width:908px;
}
#content {
    float: left;
    padding:35px 0 0 0;
    overflow: hidden;
    width: 520px;
}
#content .frontpage_content
{
	padding:0 5px 0 18px;
}
.with-navigation #content, .with-navigation .sidebar
{
	margin-top:0px;
}
.two-sidebars .center, .sidebar-right .center
{
	margin-right:0px;
}
.two-sidebars .center, .sidebar-left .center {
    margin-left: 0px;
}
#header-region
{
	padding:15px 0;
}
#block-user-0  .content
{
	font-size: 10px;
}
#block-user-0 h3
{
	font-size: 14px;
	margin: 0;
	margin-bottom:10px;
}
#block-user-0  .form-item 
{
	margin-top:0;
}
#block-user-0 #edit-submit
{
margin: 0 35px;
width: 55px;
height: 15px;
font-size: 10px;
background: white;
border-top: 1px solid #757575;
border-bottom: 1px solid #757575;
border-left: 1px solid #c9c8c9;
border-right: 1px solid #c9c8c9;
text-transform: lowercase;
}

#block-user-0  .form-item  input
{
	height: 12px;
	border: 1px solid #757575;
}
#user-login-form
{
text-align:left;
float:left;
}
#block-user-0  .item-list
{
margin-top:10px;
}
#block-user-0  .item-list ul
{
padding: 0;
}
#block-user-0  .item-list ul li
{
list-style: none;
margin: 0;
}
#block-user-0  .item-list ul li a
{
color: #674242;
}
#block-block-5 h3
{
width: 60%;
margin: 20px 0 0px;
}
#block-block-5 .link_line a
{
color: #674242;
}
.front  h1
{
display:none;
}
#content .frontpage_content span
{
text-align: justify;
margin-left: 6px;
float: left;
margin-top: 10px;
}
#content .frontpage_content img
{
	max-width:500px;
}
#sidebar-second  #sidebar-second-inner h3
{
	margin: 0;
}
#sidebar-second  #sidebar-second-inner .rightsidebar_image  img
{
	margin: 10px 0 0px 0;
}
#sidebar-second  #sidebar-second-inner .rightsidebar_image  .right_sidebar_line a
{
color: #674242;
font-size:9px;
}
#footer
{
background:url("images/content_bg.png") repeat-y scroll 0 0 transparent;
text-align: center;
padding: 20px 0 10px 0;
color: #8F8F8F;
text-transform: lowercase;
}
#content #content-inner #content-header
{
margin: 0 8px 0 23px;
}
#content #content-inner #content-header ul li
{
	line-height:15px;
}
.not-front #content
{
	padding: 0 20px;
	width:500px;
}
.not-front #content #content-inner #content-header
{
margin: 0;
padding-top: 20px;
}
#main a
{
	color:#980000 !important;
}
#main a:hover
{
	color:black !important;
}
.view-product-list .views-row
{
	border-bottom: 1px solid #DDDDDD;
    margin: 20px 0;
    overflow: hidden;
    padding-bottom: 15px;
}
.view-product-list .views-field-field-image-cache-fid
{
	float: left;
    margin-right: 20px;
}
.view-product-list .views-field-title
{
	float: left;
    margin-bottom: 10px;
    width: 300px;
}
.view-product-list .views-field-title a
{
	font-size:16px;
}
.view-product-list .views-field-sell-price
{
	float: left;
    font-size: 14px;
    margin-bottom: 10px;
    width: 300px;
}
.view-product-list .views-field-addtocartlink{
	width:300px;
	float:left;
}
.view-product-list .views-field-addtocartlink .add-to-cart .attributes .attribute .form-radios .form-item
{
	float: left;
    width: 50px;
}
.view-product-list .views-field-addtocartlink .add-to-cart .attributes .attribute .form-radios
{
	margin:0px;
}
.view-product-list .views-field-view-node
{
	float:right;
	width:70px;
		margin-top:10px;
}
.view-product-list .views-field-addtocartlink .add-to-cart .node-add-to-cart
{
	margin-top:10px;
}
body.node-type-other-products .product-info.model,
body.node-type-other-products .product-info.weight
{
	display:none;
}
body.node-type-other-products .add-to-cart .attributes .attribute .form-radios .form-item
{
	 float: left;
    width: 50px !important;
}
body.node-type-other-products .add-to-cart .attributes
{
	float: left;
    width: 100%;
	margin-bottom:20px;
}
body.node-type-other-products #content-area span.submitted
{
	display:none;
}
body.node-type-other-products #content-area .content .field-type-filefield
{
	float: left;
    margin-right: 10px;
}
body.node-type-other-products #content-area .content .product-body
{
	float: left;
}
body.node-type-other-products #content-area .content .add-to-cart
{
	float: left;
}
/*.view-id-seller_list .views-field-field-image-cache-fid
{
    float: left;
    min-height: 120px;
    width: 200px;
}
.view-id-seller_list .views-field-title, .view-id-seller_list .views-field-sell-price, .view-id-seller_list .views-field-sell-price, .view-id-seller_list .views-field-field-seller-disc-color-value,
.view-id-seller_list .views-field-field-seller-disc-condition-value, .view-id-seller_list .views-field-field-seller-disc-type-value, .view-id-seller_list .views-field-field-seller-disc-manufactuer-value-1,
.view-id-seller_list .views-field-addtocartlink
{
    float: right;
    font-size: 13px;
    margin: 5px 0;
    width: 300px;
}*/
.view-id-seller_list .views-field-title span a
{
	font-size:16px;
	color: #330000 !important;
}
.view-id-seller_list .views-field-title span a:hover
{
	color: #000 !important;
}
.view-seller-list .views-row
{
	float:left;
	width:100%;
	border-bottom: 1px solid #DDDDDD;
    margin: 20px 0;
	padding-bottom: 15px;
}
.node-type-seller-products .content .product-info
{
}
.node-type-seller-products .content .product-image
{
	float: left;
	margin: 0;
    padding: 0;
}
.node-type-seller-products .content .field-field-seller-disc-color, .node-type-seller-products .content .field-field-seller-disc-type, .node-type-seller-products .content .model,
.node-type-seller-products .content .field-field-seller-disc-manufactuer, .node-type-seller-products .content .weight, .node-type-seller-products .content .field-field-seller-disc-condition,
.node-type-seller-products .content .add-to-cart
{
    float: left;
    font-size: 12px;
    margin: 7px 0;
    width: 100%;
}
.node-type-seller-products .submitted, .node-type-seller-products .taxonomy
{
	display:none;
}
.node-type-seller-products .content .field-field-seller-disc-color div, .node-type-seller-products .content .field-field-seller-disc-type div, .node-type-seller-products .content .model div,
.node-type-seller-products .content .field-field-seller-disc-manufactuer div, .node-type-seller-products .content .weight div, .node-type-seller-products .content .field-field-seller-disc-condition div,
.node-type-seller-products .content .add-to-cart div
{
    float: left;
}
.view-display-id-page_1 .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 11px;
}
#views-exposed-form-uc-products-default .form-item .form-text
{
width:98%;
}
.home_content
{
 line-height: 15px;
    padding: 0 15px;
}