/********************************************
*$Id: style.css,v 1.1 2009/01/05 15:11:42 glueckskind Exp $
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
   TEMPLATE NAME:		CoolWater
   TEMPLATE CODE: 		S-0019
   VERSION:          		1.0     
   PORTED TO DRUPAL:		Lambi Theocharidis
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 
/* top elements */
* { margin: 0; padding: 0; outline: 0; }

body {
  background: #b6b3aa url(images/back1.gif) left 234px repeat-x;
  font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
  color: #777;
  text-align: center;
  margin: 0px 0px 20px 0px;
}

/* links */
a, a:visited {
  text-decoration: none;
  background: inherit;
  color: #FB9233; 
}
a:hover {
  text-decoration: underline;
  background: inherit;
  color: #93C600;
}

/* headers */
h1, h2, h3, h4, h5, h6 { font-family: 'Trebuchet MS', Tahoma, Sans-serif;  }
h1 {
  font-size: 180%;	
  font-weight: normal;	
  color: #555;
}
h2 {
  font-size: 160%;
  color: #88ac0b;
  font-weight: normal;
}
h3 {
  font-size: 135%;	 
  color: #666666;
}

h4, h5, h6 {
  font-size: 110%;	 
  color: #666666;
}


/* images */
img {
  background: #fff;
  border: 1px solid #E5E5E5;
  padding: 5px;
}
img.float-right { margin: 5px 0px 10px 10px;  }
img.float-left { margin: 5px 10px 10px 0px; }

h1, h2, h3, h4, h5, h6, p {
  margin: 10px 15px;
  padding: 0;
}

h3.commentTitle, h3.commentTitle a{
  color: #2666C3;
}

h1.title, h2.title{
  color: #00aa50;
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0px 20px 0px;
}

ul, ol {
  margin: 5px 15px;
  padding: 0 25px;
}

ul li a, ul li a:visited{
  color: #1773BC;
}

ul.menu li{
  border-bottom: 1px solid #D2E8F7;
  margin: 0px 5px 0px 10px;
}

ul.menu li.last{
  border-bottom: none;
  
}

li.leaf{
  list-style-image: none;
  list-style-type: none;
}

code {
  margin: 5px 0;
  padding: 15px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  border: 1px solid #E5F0FB;  
  background: #F4F8FD;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
  margin: 10px 15px;
  padding: 0 0 0 25px;  
  font: bold 1.3em/1.5em "Trebuchet MS", Tahoma, arial, Sans-serif; 
  color: #2361BA;
  border: 1px solid #E5F0FB;   
  background: #F4F8FD url(images/quote.jpg) no-repeat 8px 6px;
}

/* start - table */
table {
  border-collapse: collapse;
  margin: 10px 15px;	
}
th strong {
  color: #fff;
}
th {
  background: #306bc1 url(images/button-bg.jpg) repeat-x 0 0; 
  height: 35px;
  padding-left: 12px;
  padding-right: 12px;
  color: #fff;
  text-align: left;
  border: 1px solid #306bc1;
  border-bottom-width: 2px;
}
tr {
  height: 32px;
  background: #fff;	
}
td {
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #E5F0FB; 
}
/* end - table */

/* form elements */
form {
  margin:10px 15px; 
  padding: 10px 0;
  border: 1px solid #E5F0FB; 
  background: #F4F8FD;
  position: relative;
}
fieldset {
  margin: 0;	padding: 0;
  border: none;
}

legend222 {
  display: none;
}

label {
  display:block;
  font-weight:bold;
  margin: 7px 0;
}
input {
  padding:3px;
  border: 1px solid #E5F0FB; 
  font: normal 1em Verdana, sans-serif;
  color:#777;	
}
textarea {
  width:400px;
  padding:3px;
  font: normal 1em Verdana, sans-serif;
  border: 1px solid #E5F0FB; 
  height:100px;
  display:block;
  color:#777;
}
input.button { 
  font: bold 12px Arial, Sans-serif; 
  height: 28px;
  margin: 0;
  padding: 2px 3px; 
  color: #fff;
  background: #306bc1 url(images/button-bg.jpg) repeat-x 0 0; 
  border: 1px solid #306bc1;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
  w222idth: 990px;
  background: url(images/header1.jpg) no-repeat center top;
  margin: 0 auto;
  text-align: left;
}
#content-wrap {
  clear: both;
  width: 960px;	
  margin: 25px auto;
  padding: 0; 	
}
#header {
  position: relative;
  height: 200px;
  padding: 0;	
  color: #fff;	
}
#header h1#logo-text a {
  position: absolute;
  margin: 0; padding: 0;
  font: bolder 55px 'Trebuchet MS', Arial, Sans-serif;
  letter-spacing: -3px;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  
  /* change the values of top and left to adjust the position of the logo*/
  top: 18px; left: 35px;	
}
#header p#slogan {
  position: absolute;
  margin: 0; padding: 0;
  font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
  text-transform: none;
  color: #FFF;
  
  /* change the values of top and left to adjust the position of the slogan*/
  top: 80px; left: 50px;		
}

/* header links */
#header #header-links {
  position: absolute;
  color: #C6DDEE;
  font: bold 14px"Trebuchet MS", Arial, Tahoma, Sans-serif;
  top: 20px; right: 20px;	
}
#header #header-links a {	
  color: #fff;
  text-decoration: none;	
}
#header #header-links a:hover {
  color: #D4FF55;	
}

#header-links ul.secondary-links{
  margin:5px;
  padding:0.5em 1em;
}

#header-links ul.secondary-links li{
  border-right: 2px solid #fff;
  padding:0em 0.75em 0em 0.25em;
  display: inline;
}

#user-login-form{
  text-align:left;
  margin: 5px;
  padding: 5px 5px 5px 10px;
}

#header-links ul.secondary-links li.last{
  border-right: none;
}


/* navigation */
#menu {
  clear: both;	
  margin: 0 auto; padding: 0;
  b222ackground: #81C524 url(images/menu.jpg) no-repeat;	
  font: bold 13px/30px Arial, Tahoma, Sans-serif;
  height: 34px;
  width: 960px;	
}
#menu ul {
  float: left;
  list-style: none;
  margin:0; padding: 0px 0px 0px 0px;
}
#menu ul li {
  padding: 0;

}
#menu ul li a {
  position: relative;
  display: block;
  float: left;
  padding: 0px 18px 0px 18px;
  color: #fff;	
  text-decoration: none;
  b222ackground: url(images/sep.jpg) no-repeat 100% 100%;
  background: url(images/menu1.gif) center top no-repeat;
}

#menu ul li.menu-442 a {
  background: url(images/menu1.gif) left top no-repeat;
}

#menu ul li.menu-443 a {
  background: url(images/menu1.gif) right top no-repeat;
}

#menu ul li.menu-442 a:hover {
  background: url(images/menu2.gif) left top no-repeat;
}

#menu ul li.menu-443 a:hover {
  background: url(images/menu2.gif) right top no-repeat;
}

#m222enu ul li a.active {
  color: #8acca5;
  text-decoration: none;
}

#menu ul li a:hover {
  background: url(images/menu2.gif) center top no-repeat;
}
#menu ul li.menu-399 a:hover {
  color: black;
}
#menu ul li#current a {	
  color: black;
}

/* Main Column */
#main {
  float: left;
  width: 695px;
  margin: 0px 0px 20px 0px;
  padding: 20px 20px 50px; 0px; 
  display: inline;
  background: white; 	
}
#main h2 {
  font: normal 180% 'Trebuchet MS', Tahoma, Arial, Sans-serif;
  padding: 0; 	
  margin-bottom: 0;		
  color: #2666c3;
}
#main h2 a {
  color: #2666c3;
  text-decoration: none;	
}

#main p, #main h1, #main h2, #main h3, #main ol, #main ul,
#main blockquote, #main table, #main form {
  margin-left: 0px;
  margin-right: 0px;
}
#main ul li {
  
}

/* Sidebar */	
#sidebar {
  float: right;
  width: 195px;
  padding: 0 5px 0 0; 
  margin: 0px 0px 15px 0px;	
  color: #777;	
}	

#sidebar h2 {
  margin: 0px 5px 10px 5px;
  font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
  color: #555;	
  border-bottom: 1px solid #A9D4EF;
  padding: 1px;
}

#sidebar p {
  margin-left: 5px;
}

#sidebar ul.sidemenu {
  list-style: none;
  text-align: left;
  margin: 7px 10px 8px 0; padding: 0;
  text-decoration: none;	
  border-top: 1px solid #A9D4EF;	
}
#sidebar ul li {
  
  padding: 4px 0 4px 5px;
  margin: 0 2px;	
  color: #777;	
  border-bottom: 1px solid #D2E8F7; 
}
* html body #sidebar ul.sidemenu li {
  height: 1%;
}
#sidebar ul.sidemenu li a {
  text-decoration: none;	
  color: #1773BC;				
}
#sidebar ul.sidemenu li a:hover {	
  color: #333;
}

#sidebar.block ul {
  margin:0 0.25em 1.5em;
}

#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/* Footer */	
#footer {
  color: white;
  background: #2c2c2c;
  clear: both;
  width: 955px;
  height: 30px;
  text-align: center;	
  font-size: 90%;
  line-height: 1.1em;	
  margin: 0px auto;
}
#footer p { 
  padding: 9px 0 4px;
  margin: 0;
}
#footer a { 
  color: #fff;
  text-decoration: none; 
}
#footer a:hover { 
  text-decoration: underline; 
}


#footer ul.secondary-links{
  padding:0;
  margin: 0;
}

#footer ul.secondary-links li{
  border-right: 1px solid #fff;
  padding:0em 0.75em 0em 0.25em;
  display: inline;
}

#footer ul.secondary-links li.last{
  border-right: none;
}

#footer .credits{
  text-align:right;
  margin: 0 20px 0 0
}

/* Comments */
.comment-published {
  background: #F4F8FD;
  padding: 5px; 
  margin: 20px 5px 0px 20px;
  border: 1px solid #E5F0FB; 
  font-size: 95%;	
}

.comment-new {
  font: bold 1.3em/1.5em "Trebuchet MS", Tahoma, arial, Sans-serif; 
  color: #ff3000;
  
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

.node{
  margin: 0px 0px 15px 0px;
}

.item-list .pager li{
  padding:0;
  margin:0;
}

#sidebar .item-list ul li{
  list-style-type:none;
}

.pager strong, .pager a{
  background:#ecf3fb none repeat scroll 0 0;
  border:1px solid #90C2E1;
  padding:0px 3px 0px 3px;
  margin:0;
}

.pager li.pager-current {
  background:#2666C3 none repeat scroll 0 0;
  padding:0px 3px 0px 3px;
  color:#FFFFFF;
  margin:0;
}

#search-box {
  background-color: #E1E1E1;
  border: 1px solid #CCCCCC;
  float: right;
  padding: 8px;
  position: relative;
  top: 0;
  width: 20em;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px; 
}

#search-box input#edit-search-theme-form-1 {
  width: 170px;
}

/* theming for header search box */
#search-box input.form-submit {
  background: #EFEBE7;
  border: 1px solid #ccc;
  color: #194765;
  cursor: pointer; 
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  padding: 3px 3px 2px;
  outline: none;
  text-transform: none;
  -moz-border-radius: 0;
  -moz-outline-radius: 0;
  -webkit-border-radius: 0;
}















/* ----------- IE BUG !!! Prevent fieldsets from shifting when changing collapsed state. ----------- */
html.js fieldset.collapsible {
position: static;
top: -1em;
}
html.js fieldset.collapsed {
top: 0;
margin-bottom: 1em;
}





/* ------------------------------ CATEGORIES ------------------------------ */

.category TD {
  padding: 0px;
  background: lightblue;
}





/* ------------------------------ CATEGORIES PRODUCTS ------------------------------ */

.category-products .tableHeader-processed .active img {
  margin: 0px 0px 0px 20px;
  padding: 0px 1px 2px 1px;
}

.add-to-cart {
  margin: 90px 0px 0px 0px;
}

.add-to-cart form {
  padding: 0px;
}

#TB_Image {
  padding: 0px;
  text-align: center;
}

.category-products form {
  padding: 4px;
}





/* ------------------------------ GENRES ------------------------------ */

.view-id-genres_taxonomy tr {
  background: transparent;
  font-weight: bold;
}

.view-id-genres_taxonomy td {
  border: 0px;
}

.view-id-genres_taxonomy .view-content {
  padding: 0px 30px 0px 30px;
 }

.view-id-genres_taxonomy .view-content td {
  padding: 0px 50px 0px 50px;
  text-align:center;
 }





/* ------------------------------ GENRES PRODUCTS ------------------------------ */

.view-id-genres_products .views-field .active img {
  margin: 0px 0px 0px 20px;
  padding: 0px 1px 2px 1px;
}

.view-id-genres_products .views-field-title {
  width: 340px;
}

.view-id-genres_products .views-field-sell-price {
  width: 70px;
}

.views-field-buyitnowbutton form {
  padding: 4px;
}





/* ------------------------------ SIDEBAR ------------------------------ */

#sidebar .block {
  margin: 0px 0px 10px 0px;
  background: #4c6054; 
}

#sidebar .block h2 {
  color: white;
  border-bottom: 1px solid white;
}

#sidebar .block a {
  color: white;
}

.cart-block-summary {
  width: 165px;
}

.cart-block-summary td {
  padding: 0px;
  text-align: right;
  vertical-align: top;
  height:10px;
}

.cart-block-summary label {
  vertical-align: bottom;
  padding: 0px;
  margin: 0px;
  width: 110px;
}

.cart-block-summary-items {
  padding: 2px 0px 0px 5px !important;
}

.cart-block-summary span.uc-price {
  padding: 7px;
  margin: 0px;
}

#sidebar div {
  padding: 0px 0px 5px 0px;
}

#sidebar ul li {
  border: 0px;
  padding: 0px;
  margin: 0px 15px 0px 0px;
}

#sidebar td {
  border: 0px;
  padding: 2px;
  margin: 0px 0px 0px 0px;
  height: 10px;
  background: white;
}

#sidebar tr {
  height: 10px;
}

#search-block-form {
  height: 10px;
  border: 0px;
  background: transparent;;
}

#block-search-0 .form-submit {
  border: 0px;
}

#search-block-form input.form-submit {
  vertical-align: top;
  padding: 2px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

#edit-search-block-form-1 {
  width: 130px;
}

#block-uc_catalog-0 .catalog {
  padding: 0px 0px 0px 18px;
  margin: 0px 0px 0px 0px;
}





/* ------------------------------ SHOPPING CART ------------------------------ */

#cart-form-products thead th {
  border-bottom: 3px solid #EEEEEE;
}

#cart-form-products {
  border: 0px;
}

#cart-form-buttons {
  border: 0px;
}

#uc-cart-view-form img {
  padding: 5px;
}





/* ------------------------------ CHECKOUT ------------------------------ */

.subtotal td {
  text-align: right;
}

#subtotal-title {
  padding: 0px 10px 0px 0px;
}

#edit-panes-payment-payment-method-paypal-wps-wrapper img {
  display: none;
}

#paypal-includes img {
  display: inline !important;
}

#edit-panes-payment-payment-method-paypal-wps-wrapper {
  height: 70px;
  padding: 4px 0px 0px 55px;
  background: url(https://www.paypal.com/en_US/i/logo/PayPal_mark_37x23.gif) 5px 0px no-repeat;
}

#comments-pane {
  margin: 10px 0px 0px 0px;
}





/* ------------------------------ REVIEW ORDER ------------------------------ */

.review-button-row #uc-paypal-wps-form,
.review-button-row #uc-cart-checkout-review-form {
  border: 0px;
  background: transparent;
}

.review-button-row #uc-paypal-wps-form input,
.review-button-row #uc-cart-checkout-review-form input {
  width: 120px;
}

.review-button-row div {
  text-align: center;
  padding: 5px 5px 5px 5px;
  width: 120px;
  height: 20px;
  background: white;
}

.order-review-table .review-button-row {
  border: 1px solid #E5F0FB;
  text-align: center;
  height: 45px;
}

.review-button-row tbody td {
  background: transparent !important;
  border: 0px;
}




/* ------------------------------ PAGES ------------------------------ */

.front h1.title {
  display: none;
}

.imagecache-gallery1 {
  float: left;
  margin: 0px 10px 0px 0px;
}

#contactus1 tbody {
  border: 0px solid #ccc;
}

#contactus1 td {
  color: white;
  padding: 0px 10px 0px 0px;
  vertical-align: top;
  border: 0px solid #ccc;
}

#contactus1a {
  width: 240px;
  margin: 0px 0px 0px 0px;
}

#contactus1b {
  width: 240px;
  margin: 0px 0px 0px 0px;
}

#contactus1a td {
  padding: 10px;
}

#contactus1b td {
  padding: 10px;
}

#contactus1b tr {
  background: transparent;
}

#webform-client-form-10 {
  padding: 10px;
  width: 475px;
}

#webform-client-form-10 input {
  width: 460px;
}

#webform-client-form-10 textarea {
  width: 460px;
}

#webform-client-form-10 .grippie {
  width: 465px;
}

#webform-client-form-10 #edit-actions input {
  width: 95px;
  margin: 0px 0px 0px 0px;
}

#webform-client-form-10 #edit-actions input#edit-submit {
  width: 100px;
  margin: 10px 0px 0px 0px;
}

#webform-client-form-10 legend {
  display: none;
}

#breadcrumb {
  display: none;
}

#welcome1 {
  margin: 0px 5px 0px 5px;
  color: white;
}

#welcome1 tbody {
  border: 0px solid #ccc;
}

#welcome1 tr {
  background: transparent;
}

#welcome1 td {
  background: transparent;
  p222adding: 5px;
}

#welcome1a {
  font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
  border-bottom: 1px solid white !important;
}

#welcome1b {
  padding: 10px 5px 5px 5px !important;
}

#block-views-Slideshowview1-block_1 img {
  padding: 0px 0px 0px 0px;
  border: 0px solid #ccc;
}

.front #main {
  padding: 0px 27px 12px 15px;
}

#block-block-2 p {
  margin: 10px 0px 0px 0px;
}

.page-content-digital-printing #main img {
  border: 0px solid #ccc;
}










