/* @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: white url('../images/big-bg.jpg') repeat-x top center;
}

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

#wrapperInner {
}

#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;
}

#colLeft {
	float: left;
	width: 25%;
	background: transparent url('../images/left-column-bg.png') repeat-x top;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 16px 0;
}

#colRight {
	float: right;
	width: 693px;
}


/* @end */

/* @group Header */

#header {
	height: 180px;
	position: relative;
}

#logo {
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 50;
	height: 64px;
	width: 251px;
	background: transparent url('../images/logo.png');
	display: block;
}

#topSearch {
	position: absolute;
	right: 0;
	top: 86px;
	height: 22px;
}

#topSearch input {
	float: left;
	color: white;
	font: normal 12px Arial,sans-serif;
	padding: 2px 2px 4px 4px;
	height: 16px;
	border: none;
}

#topSearch input.submit {
	background-color: transparent;
	margin-left: 4px;
}

#q {
	background: transparent url('../images/search-bg.png') no-repeat 0 0;
	width: 180px;
}



/* @end */

/* @group topbar */

#topMenu {
	position: absolute;
	bottom: 0;
	right: 8px;
}

#topMenu a {
	display: block;
	float: left;
	font: normal 12px Arial,sans-serif;
	width: 138px;
	margin-left: -4px;
	text-align: center;
	background: transparent url('../images/dark-button.png') no-repeat top center;
	color: white;
}

#topMenu a {
	height: 30px;
	padding-top: 15px;
}

#topMenu a:hover {
	background-image: url('../images/blue-button.png');
	text-decoration: none;
}

#topMenu a:active {
	background-image: url('../images/orange-button.png');
}

#topMenu .clear {
	clear: left;
}

#cartStatus {
	color: white;
	position: absolute;
	bottom: 0;
	left: 26%;
	display: block;
	height: 20px;
	padding-top: 22px;
	padding-left: 54px;
	background: transparent url('../images/cart-icon.png') no-repeat left top;
	font: 12px Arial;
	color: white;
}

/* @end */

/* @group Intro text */

#introText {
	overflow: hidden;
	height: 153px;
	width: 693px;
	background: transparent url('../images/intro-text-bg.png');
	margin-bottom: 8px;
}

#introText .text {
	color: white;
	font: normal 12px Arial,sans-serif;
	margin: 12px 36px 8px;
	text-align: justify;
}

#introText .text strong {
	font-size: 30px;
	display: block;
	color: #207bff;
	text-align: left;
	line-height: 30px;
	margin-bottom: 16px;
}

/* @end */

/* @group slider */

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

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

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

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

#slider .belt {
	position: absolute;
}

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

#slider .panel .product-right {
	float: left;
	padding-top: 40px;
	width: 40%;
}

#slider .panel .product-image {
	position: relative;
	text-align: center;
}

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

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

#slider .panel .description {
	height: 60px;
	overflow: hidden;
	color: #9f9f9f;
	font: normal 12px Arial,sans-serif;
	padding-bottom: 12px;
	padding-left: 2px;
	border-bottom: 1px dotted black;
}

#slider .panel .has-price {
	margin-top: 24px;
	padding-left: 4px;
	position: relative;
	height: 35px;
}

#slider .panel .price {
	font-size: 25px;
	color: #7c7c7c;
}

#slider .panel a.add-to-cart {
	background: transparent url('../images/big-buy-button.png') no-repeat center center;
	display: block;
	width: 135px;
	height: 49px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#slider #controls a {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 500;
}

#slider #controls a.previous {
	left: 4px;
}

#slider #controls a.next {
	right: 4px;
}

/* @end */

/* @group Left column */

.boxLeft {
	overflow: hidden;
	font: 12px Arial,sans-serif;
	border-left: none;
}

ul#links li.selected li a,
.boxLeft a {
	color: white;
}

.boxLeft .top {
	color: #fe8103;
}

/* @group categories */

ul#links {
	padding: 0;
}

.boxLeft.offers .top,
ul#links li {
	border-bottom: 1px solid #353535;
}

.boxLeft .top,
ul#links li a {
	display: block;
	padding: 8px 10px 8px 20px;
	background: transparent url('../images/green-bullet.png') no-repeat 8px center;
}

.boxLeft .top {
	background-image: url('../images/orange-bullet.png');
}

ul#links li li {
	border-bottom: none;
}

ul#links li li a {
	background-color: #393939;
	background-image: none;
	margin: 4px 0;
	padding: 2px 10px 2px 30px;
}

ul#links li li li a {
	padding-left: 50px;
}

ul#links li li li li a {
	padding-left: 60px;
}

/* @end */

/* Blog Styling */
ul#blog_list li
{
	padding:2px 10px 2px 30px;
	background-color:#393939;
	margin:4px 0px;
}

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

/* @group offers */

.boxLeft.offers .top {
	margin-bottom: 16px;
}

.boxLeft.offers .offer {
	padding: 0 24px;
	margin-bottom: 10px;
	font: 12px Arial;
}

.boxLeft.offers .offer a,
.boxLeft.offers .offer {
	color: #9a9a9a;
}

.boxLeft.offers .offer .image {
	float: left;
	margin-right: 12px;
}

.boxLeft.offers .offer .image img {
	float: left;
	border: 3px solid #ededed;
	width: 32px;
	height: 32px;
}

.boxLeft.offers .offer .details {
	padding-top: 4px;
}

/* @end */

/* @end */

/* @group Right column */

#gallery {
	width: 100%;
}

#gallery td {
	width: 50%;
	padding-bottom: 16px;
}

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

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

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

#gallery td .product {
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	position: relative;
	background: white;
	padding: 8px 8px 32px 8px;
}

.product .name {
	margin-bottom: 4px;
}

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

#gallery .image {
	padding: 4px 8px;
	text-align: center;
	float: left;
	width: 40%;
	margin-bottom: 8px;
}

#gallery .image img {
	width: 76px;
	height: 76px;
}

.product .description {
	font: 12px Arial,sans-serif;
	color: #9f9f9f;
	padding-top: 16px;
	padding-right: 8px;
}

#gallery  .price {
	position: absolute;
	bottom: 12px;
	left: 12px;
	color: #fe8103;
	font-size: 20px;
}

#gallery a.add-to-cart {
	position: absolute;
	bottom: 4px;
	right: 8px;
	background: url('../images/buy-button.png') no-repeat center;
	display: block;
	width: 105px;
	height: 39px;
}

/* @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;
	margin-top: 8px;
}

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 {
	border: 1px solid silver;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: white url('../images/product-right-bg.png') repeat-x top;
}

#colRight h1 a
{
	color:black;
}

#colRight h1 {
	color: black;
	font-size: 25px;
	padding: 4px 0 4px 27px;
	background: url('../images/neon-blue-arrow.png') no-repeat center left;
	height: 25px;
	margin: 8px 0 16px;
}



#product-left,
#product-right {
	width: 50%;
	float: left;
}

#product-left {
	background: white url('../images/product-separator.png') no-repeat top right;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
}

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

#product-image {
	padding-top: 20px;
	position: relative;
}

.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: 16px 26px;
}

#product-right h1 {
	font: 20px Arial;
	background: none;
	padding: 0;
	color: #fe8103;
	margin-bottom: 4px;
	height: auto;
}

#product-right .page_body {
	color: #9f9f9f;
	font-size: 13px;
	padding: 0;
}

span.variation {
}

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

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

#product-variants p {
	color: #498dee;
	font-size: 13px;
}

#product-variants p b {
	color: #9f9f9f;
}

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

#product-variants del {
	color: #666;
	font-size: 11px;
	font-weight: normal;
}

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

#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/buy-button.png') no-repeat center;
	height: 39px;
	width: 105px;
}

#product-right form .has-submit input:hover {
	text-decoration: underline;
	cursor: pointer;
}

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

.radio {
	margin-left: 3px;
}

/* @end */

/* @group Footer */

#footer {
	font-size: 11px;
	padding: 6px 0;
	margin: 12px auto;
	background: #050505;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#footer,
#footer a {
	color: #787878;
}

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

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

/* @end */

/* @group Cart */

#colRight.hasCart #pageContent {
	background: white;
	margin-bottom: 50px;
}

#cartform {
	padding: 16px 16px 0 16px;
	position: relative;
}

#cart {
	width: 100%;
	margin-bottom: 8px;
}

#cart td,
#cart th {
	border-bottom: 1px dotted black;
}

#cart th {
	color: #141414;
	font-size: 12px;
	padding-bottom: 6px;
}

#cart td {
	font-size: 13px;
	padding: 12px 0;
}

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

#cart td.details {
	color: #9f9f9f;
}

#cart td a.cartRemove {
	display: block;
	width: 24px;
	height: 24px;
	background: url('../images/minus.png') no-repeat center;
	margin: auto;
}

#cart td.cart-total {
	text-align: right;
	border-bottom: none;
	color: #161616;
	font-size: 13px;
	padding-bottom: 0;
}

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

#cart-bottom #checkout-button,
#cart-bottom #update-cart {
	position: absolute;
	bottom: -46px;
	display: block;
}

#cart-bottom #update-cart {
	background: url('../images/update-cart.png');
	width: 108px;
	height: 31px;
	padding: 0;
	border: 0;
	right: 165px;
}

#cart-bottom #checkout-button {
	background: url('../images/checkout.png');
	width: 165px;
	right: -4px;
	height: 31px;
}

#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;
	padding-left: 4px;
}

div.page_body.static {
	background-color: white;
	padding: 8px;
	border: 1px solid #d7d7d7;
	margin: 0 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

div.page_body.static h1 {
	padding-left: 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 */

