﻿/* @override 
	http://south-park.kostas.wecode.gr/themes/70/stylesheets/screen.css
*/

/* @group Basic */

* {
	font-family: Arial, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Layout */

#wrapper, body {
	background: #f3f3f2 url('../images/rugged-bg.jpg') repeat;
}

.inner {
	width: 896px;
	margin: auto;
	position: relative;
}

#content {
	overflow: hidden;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	margin-top: -20px;
}

#colRight,
#colLeft {
	background: white url('../images/main-columns-top-bg.png') repeat-x top;
	padding-top: 15px; /* this is the green's height */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	min-height: 550px;
}

#colLeft {
	float: left;
	width: 25%;
	padding-bottom: 24px;
}

#colRight {
	float: right;
	padding: 28px 12px 12px;
}


/* @end */

/* @group Header */

#header {
	height: 87px;
	position: relative;
}

#logo {
	position: absolute;
	top: 18px;
	left: 2px;
	z-index: 50;
	background: transparent url('../images/logo.png') no-repeat top left;
	display: block;
	padding-top: 32px;
	padding-left: 45px;
	min-width: 160px;
	color: #333;
	font-size: 16px;
}

#topSearch {
	position: absolute;
	right: 5px;
	top: 44px;
	height: 22px;
}

#topSearch input {
	float: left;
	color: #333;
	font: normal 12px Arial,sans-serif;
	border: none;
}

#topSearch input.submit {
	background: transparent url('../images/search-button.png') no-repeat 0 0;
	height: 28px;
	width: 83px;
	margin-left: 4px;
}

#topSearch small.hint {
	position: absolute;
	white-space: nowrap;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	bottom: -18px;
	left: 60px;
}

#q {
	background: transparent url('../images/search-field.png') no-repeat 0 0;
	width: 203px;
	height: 20px;
	padding: 4px;
}


#dateTime {
	position:absolute;
	right:135px;
}



/* @end */

/* @group topbar */

#topBar {
	background: green url('../images/top-green-bar.png');
	height: 40px;
	width: 899px;
}

#topMenu {
	position: absolute;
	left: 0;
	top: 0;
}

#topMenu a {
	display: block;
	float: left;
	font: normal 12px Arial,sans-serif;
	text-align: center;
	color: white;
	margin-top: 14px;
	border-right: 1px solid #a6dd00;
	padding: 0 12px;
}

#topMenu .clear {
	clear: left;
}

#cartStatus {
	position: absolute;
	right: 0;
	top: 0;
	margin: 10px 14px 0 0;
	padding-top: 4px;
	color: white;
	display: block;
	background: transparent url('../images/little-white-cart.png') no-repeat left top;
	font: 12px Arial;
	color: white;
	padding-left: 28px;
	height: 16px;
}

/* @end */

/* @group Intro text */

#introText {
	overflow: hidden;
	height: 121px;
	background: black url('../images/black-header-bg.png');
	margin-bottom: 8px;
	color: #ddd;
	font: normal 12px Arial,sans-serif;
}

#introText .right,
#introText .left {
	width: 50%;
	height: 88px;
	margin-top: 9px;
	overflow: hidden;
}

#introText .left {
	float: left;
	border-right: 1px solid black;
	margin-left: -1px;
}

#introText .text {
	padding: 8px 40px 8px 80px;
	background: transparent url('../images/intro-text-icon.png') no-repeat 16px 11px;
}

#introText .right {
	float: right;
	position: relative;
	border-left: 1px solid #353535;
	margin-right: -1px;
}

#introText .contact p {
	position: absolute;
	top: 15px;
	left: 40px;
}

#introText .contact a,
#introText .contact span {
	font: bold 14px Arial;
	display: block;
	position: absolute;
	top: 41px;
	min-height: 16px;
}

#introText .contact a {
	color: #ddd;
	text-decoration: underline;
}

#introText .contact .tel {
	background: transparent url('../images/telephone-icon.png') no-repeat top left;
	padding: 0px 0 9px 38px;
	left: 35px;
}

#introText .contact .email {
	background: transparent url('../images/mail-icon.png') no-repeat top left;
	padding: 4px 0 9px 41px;
	right: 35px;
}

/* @end */

/* @group slider */

#slider-wrapper {
    position: relative;
    background: white url('../images/slider-bottom-grad.png') repeat-x bottom;
    border: 1px solid silver;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-bottom: 12px;
}

#colRight,
#slider-wrapper,
#slider .panel {
    width: 634px;
}

#slider,
#slider-wrapper,
#slider .panel {
    height: 223px;
}

#slider {
    position: relative;
    overflow: hidden;
}

#slider .belt {
	position: absolute;
}

#slider .panel .product-left {
	width: 30%;
	float: left;
}

#slider .panel .product-right {
	float: right;
	width: 63%;
}

#slider .panel .product-image {
	position: relative;
	text-align: center;
	padding: 8px;
	background-color: white;
	border: 1px dashed silver;
	width: 180px;
	height: 180px;
	margin: 12px;
}

#slider .panel .product-image .on-sale {
	width: 57px;
	height: 48px;
	background: transparent url('../images/sale-sign.png');
	position: absolute;
	top: -3px;
	right: -10px;
}

#slider .panel .name {
	padding: 18px 0 0;
	font: bold 24px Arial,sans-serif;
	overflow: hidden;
	display: block;
	margin-bottom: 8px;
}

#slider .panel .name a {
	color: #666;
}

#slider .panel .description {
	height: 60px;
	overflow: hidden;
	color: #333;
	font: normal 12px Arial,sans-serif;
	padding-bottom: 12px;
	padding-left: 2px;
	line-height: 16px;
}

#slider .panel .has-price {
	margin-top: 24px;
	padding-left: 4px;
	position: relative;
	height: 35px;
	color: #333;
	font: bold 12px Arial;
}

#slider .panel .has-price del {
	color: #999;
	font-weight: normal;
}

#slider .panel .price {
	font-size: 20px;
	color: #e8410d;
	margin: 0 4px;
}

#slider .panel a.add-to-cart {
	background: transparent url('../images/add-to-cart.png') no-repeat center center;
	display: block;
	width: 139px;
	height: 20px;
}

#slider-wrapper #controls {
	position: absolute;
	bottom: -1px;
	right: -1px;
	background: transparent url('../images/slider-controls-patch.png') no-repeat top right;
	z-index: 5000;
	width: 206px;
	height: 35px;
}

#slider-wrapper #controls .controls-wrapper {
	background: transparent url('../images/slider-controls-patch.png') no-repeat top left;
	padding: 8px 0 0 8px;
	width: 198px;
	height: 27px;
}

#slider-wrapper #controls a {
	z-index: 500;
	background: transparent url('../images/white-slide-position.png') no-repeat top left;
	display: block;
	width: 30px;
	height: 20px;
	text-align: center;
	padding-top: 6px;
	font-size: 14px;
	color: #333;
	float: left;
	margin-right: 3px;
}

/* @end */

/* @group Left column */

.boxLeft {
	overflow: hidden;
	border-left: none;
	padding: 2px;
}

.offers li a,
ul#links li a,
.boxLeft .top {
	color: #FFFFFF;
	font: bold 14px Arial;background:#000000;
}

/* @group categories */

ul#links {
	padding: 0;
}

.offers li,
ul#links li {
	margin-bottom: 3px;
	padding: 0;
}

.offers li a,
.boxLeft.offers .top,
ul#links li a {
	background: silver url('../images/box-left-top-bg-grn.png') repeat-x top;
	height: 18px;
	margin: 0 0 1px 0;
	display: block;
	padding: 6px 0 6px 9px;
}

.offers li a,
ul#links li li a {
	height: 28px;
	padding: 6px 0 0px 24px;
	background: #f3f3f3 url('../images/bullet.png') no-repeat 6px center;
	border-bottom: 1px solid #e2e2e2;
	font: 12px Arial,sans-serif;
	color: #333;
		
}

ul#links li li.selected a {
	font-weight: bold;
}

/* @end */

/* @group offers */

/* @end */

/* @end */

/* @group gallery */

#gallery {
	width: 100%;
	margin-top: 8px;
}

#gallery td {
	width: 33%;
/*	padding-bottom: 32px;*/
}

#gallery tr.fix td {
	padding: 0;
}

#gallery td.col1 {
	padding-right: 6px;
}

#gallery td.col2 {
	padding-left: 6px;
	padding-right: 6px;
}

#gallery td.col3 {
	padding-left: 6px;
}

#gallery td .product {
	position: relative;
	background: transparent url('../images/product-card.png') no-repeat;
	width: 204px;
	height: 244px;
        margin-bottom:32px;
}

.product .name {
	margin-bottom: 4px;
	padding: 0 10px;
	height: 40px;
	overflow: hidden;
        line-height:1.1em;
}

.product .name a {
	font: 12px Arial,sans-serif;
	color: #666;
}

#gallery .image {
	text-align: center;
	margin: 0 auto 8px;
	padding-top: 11px;
	width: 180px;
	height: 160px;
}

#gallery .image img {
	max-height: 180px;
	max-width: 160px;
}

#gallery .has-price {
	text-align: right;
	padding-right: 8px;
	position: absolute;
	bottom: 4px;
	right: 2px;
}

#gallery .price {
	color: black;
	font-size: 16px;
}

#gallery .has-price del {
	color: #999;
	font-size: 12px;
}

#gallery p.add-to-cart {
	position: absolute;
	bottom: -18px;
	width: 100%;
}

#gallery p.add-to-cart a {
	background: url('../images/add-to-cart.png') no-repeat center;
	width: 139px;
	height: 20px;
	margin: auto;
	display: block;
}

/* @group breadcrump + manufacturers */

p#manufacturers,
h2#breadcrump {
	background: url('../images/tras-white-pixel.png');
	padding: 2px 4px 2px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font: 12px Arial;
}

p#manufacturers {
	margin-bottom: 8px;
}

p#manufacturers a,
h2#breadcrump a {
	border-left: 1px solid white;
	padding-left: 6px;
	margin-left: 4px;
}

p#manufacturers a {
	color: #787878;
	border-color: #787878;
}

h2#breadcrump a {
	color: white;
}

p#manufacturers a.selected {
	font-weight: bold;
	color: #333;
}

p#manufacturers b,
h2#breadcrump a.root {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

p#manufacturers b {
	color: #787878;
}

/* @end */

/* @end */

/* @group Product */

#colRight #pageContent {
}

#colRight h1 {
	color: #87b400;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px dashed #e2e2e2;
	padding-bottom: 10px;
}

#product-right {
	width: 63%;
	float: right;
}

#product-left {
	width: 37%;
	float: left;
}

#product-image,
#product-images {
	margin-bottom: 10px;
	text-align: center;
}

#product-image .on-sale {
	width: 57px;
	height: 48px;
	background: transparent url('../images/sale-sign.png');
	position: absolute;
	top: 4px;
	right: -22px;
}

#product-image {
	position: relative;
	background: transparent url('../images/product-show-main-img-bg.png') repeat-x bottom;
	display: block;
	padding: 5px;
	height: 230px;
	width: 220px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #bbb;
	margin-top: 20px;
}

#product-image img {
	height: 210px;
	width: 210px;
}

#product-image .click-to-enlarge {
	font-size: 12px;
	color: #333;
	padding-top: 4px;
	padding-left: 20px;
	text-align: left;
	background: transparent url('../images/little-lens.png') no-repeat left center;
}

#product-image a {
	display: block;
	border: 1px dashed #e2e2e2;
	background-color: white;
	height: 210px;
}

.product-images {
	margin: 10px;
}

#product-image img,
.product-images img {
	border: none;
}

.product-images img {
	margin: 3px;
	border: none;
}

#product-right {
	font-size: 14px;
	min-height: 170px;
}

#product-right .wrapper {
	margin: 20px 20px 0 30px;
}

#product-right .page_body {
	color: #333;
	padding: 0;
}

span.variation {
}

#product-variants {
	margin-top: 18px;
}

#product-right form p,
#product-variants p {
	padding-bottom: 8px;
	margin-bottom: 4px;
}

#product-variants ul {
	margin-bottom: 0;
}

#product-variants .has-price {
	padding-top: 10px;
	margin-top: 14px;
	position: relative;
	height: 35px;
	color: #333;
	font: bold 12px Arial;
	border-top: 1px dashed #e2e2e2;
}

#product-variants del {
	color: #999;
	font-weight: normal;
}

#product-variants .price {
	font-size: 20px;
	color: #e8410d;
	margin: 0 4px;
}

#product-variants ul li {
	padding: 4px 6px;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0;
}

#product-right form .has-submit input {
	border: none;
	background: transparent url('../images/add-to-cart.png') no-repeat center;
	height: 20px;
	width: 139px;
}

#product-details {
	padding: 10px 0 15px;
}

.radio {
	margin-left: 3px;
}

/* @end */

/* @group Footer */

#footer {
	font-size: 12px;
	padding: 12px 0;
	margin: 12px auto;
	background: white;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #333;
	height: 14px;
}

#footer-right,
#footer a {
	color: #87b400;
}

#copy {
	float: left;
	margin-left: 22px;
}

#footer-right {
	float: right;
	margin-right: 22px;
}

/* @end */

/* @group Cart */

#cartform {
	padding: 6px;
	position: relative;
	background: #eaeaea url('../images/cart-bg.png') repeat-x bottom;
	border: 1px solid #bbb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-top: 16px;
}

#cart-wrapper {
	border: 1px dashed #e3e3e3;
	background: white;
	padding: 4px;
}

#cart {
	width: 100%;
}

#cart td,
#cart th {
	padding: 8px;
}

#cart th {
	color: #333;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-bottom: 6px;
}

#cart td {
	font-size: 13px;
	border-bottom: 1px solid #e2e2e2;
	padding: 12px 8px;
}

#cart td,
#cart td.quantity input,
#cart td.details .product-name a {
	color: #333;
}

#cart td.details .product-name a {
	color: #87b400;
	font-weight: bold;
	text-decoration: underline;
}

#cart td.details {
	padding-left: 4px;
}

#cart td a.cartRemove {
	color: #e8410d;
	text-decoration: underline;
}

#cart td.cart-total {
	text-align: right;
	border-bottom: none;
	color: #333;
	font-size: 14px;
	padding: 8px 12px 4px;
}

#cart td.cart-total b {
	color: #e8410d;
	font-size: 18px;
}

#cart-bottom {
	padding: 8px 4px 0 0;
}

#cart-bottom #checkout-button,
#cart-bottom #update-cart {
	font-size: 12px;
	font-weight: bold;
	color: #87b400;
	padding: 4px 26px 4px 10px;
	margin-left: 8px;
	display: block;
	float: right;
}

#cart-bottom #update-cart {
	background: url('../images/update-icon.png') no-repeat right center;
	border: 0;
	border-left: 1px solid #d6d6d6;
	width: 160px;
}

#cart-bottom #checkout-button {
	background: url('../images/checkout-icon.png') no-repeat right center;
	width: 60px;
	border-left: 1px solid #d6d6d6;
	text-align: right;
}

#pageContent.empty-cart {
	padding-left: 0;
	padding-bottom: 16px;
}

#emptyCart {
	padding: 0 8px 8px;
}

#emptyCart h3 {
	font-size: 20px;
	color: #333;
}

#emptyCart .blank-text {
	padding: 4px 0 8px 12px;
	color: #666;
	font-size: 14px;
}

/* @end */

/* @group Search */

#colRight #pageContent.search {
	background: none;
	border: none;
}

#pageContent.search .blank-text {
	margin-top: 8px;
	padding-left: 12px;
}

/* @end */

/* @group page body styling */

div.page_body {
	font-size: 12px;
	color: #333;
}

div.page_body.static {
	background-color: white;
}

div.page_body.static h1 {
	padding-left: 8px;
	margin-bottom: 8px;
}

div.page_body.static .text {
	padding: 8px;
}

div.page_body p {
	line-height: 1.4em;
}

div.page_body strong {
	font-weight: bold;
}

div.page_body em {
	font-style: italic;
}

div.page_body ul,
div.page_body ol {
	margin: 3px 0px 3px 15px;
}

div.page_body ul li,
div.page_body ol li {
	list-style-type: disc;
}

div.page_body table {
	width: 100%;
}

div.page_body table tr td {
	padding: 4px;
	border-bottom: 1px #D2d2d2 solid;
	width: 50%;
}

div.page_body h2 {
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
}

div.page_body h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

div.page_body h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
}

div.page_body blockquote {
	padding: 10px;
	background-color: #FCFCFC;
	border: 1px #CCC solid;
	margin: 5px 0 10px 0px;
	display: table;
}

/* @end */

/* Blog Styling */
h1 small.post_date
{
	float:right;
	font-size:12px;
	line-height:24px;
}

#products_pager {
  margin: 40px 0;
  text-align: center;
}

#products_pager li {
  display: inline-block;
  color: #aaa;
  font-size: 13px;
}

#products_pager li.disabled {
  padding: 1px 7px;
  border: 1px solid #ccc;
  margin: 0 3px;
}

#products_pager li.more {
  padding: 1px 7px;
}

#products_pager li a {
  color: #000;
  border: 1px solid #ccc;
  margin: 0 3px;
  padding: 1px 7px;
  display: inline-block;
  text-decoration: none;
}

#products_pager li.current a {
  background: #eee;
  color: #000;
  font-weight: bold;
}

#products_pager li a:hover {
  border-color: #aaa;
}

#order_by_form {
  font-size: 13px;
  text-align: right;
  margin: 20px 0;
}

