/*----------------------------
STYLESHEET: dripking.com
Author: Tamas Cser
tcser@digismarttech.com
Digital Smart Technologies, Inc
Mar 1, 2009
----------------------------*/

body{
  width:100%;
  /*font-size:62.5%;*/
  font-size:12px;
  text-align:center;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  background: #FFFFFF;/*#2A2925;*/
  color:#333333;
  margin: 0;
  padding: 0; 
}

form {
	margin:0;
	padding: 0;
}	

.clearer{
  clear:both;
}
img{
  border:0;
  outline: none;
}
a:link,
a:visited,
a:active,
a:hover{
  text-decoration:none;
  color:#2E942E;
  outline:none;
}
a:hover{
  text-decoration:underline;
  color:#2E942E;/*#7fd1dc;*/
  outline:none;
}

div#container{
  width:900px;
  text-align:center;
  font-size:16px;
  margin:0 auto;
}

div#top-nav{
  width: auto;
  margin: 7px 0 7px 11px;
  height:31px;
  overflow:hidden;
  background: #0397D7;
  width: 899px;
}

div#top-nav ul{
  list-style-type:none;
  margin:0;
  margin-top: 6px;
  padding:0;
}
div#top-nav li{
  display:inline;
  float:left;
  margin:0;
  padding-left:50px;
  padding-right:0px;
}

div#top-nav a:link,
div#top-nav a:visited,
div#top-nav a:active,
div#top-nav a:hover{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration:none;
  color:#FFFFFF;
  outline:none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  
}
div#top-nav a:hover{
  text-decoration:underline;
}

div#header{
  text-align:left;
  height: 120px;
  background: url(../images/header-bg.jpg) no-repeat bottom left;
  margin: 0 0 0 10px;  
  width: 900px;
}

div#logo{
  text-align:left;
  margin:0 auto;
}

#side-nav h2 {
	margin: 0;
	padding: 0;
}

div#main-top{
  text-align:left;
  margin:0 auto;
  width:920px;
  height: 27px;
  background: url(../images/border-top.jpg) no-repeat top left;
}
div#main{
  text-align:left;
  margin:0 auto;
  width:920px;
  background: url(../images/border-sides.jpg) repeat-y;
  width:920px;  
}

div#main-bottom{
  text-align:left;
  margin:0 auto;
  width:920px;
  height: 27px;
  background: url(../images/border-bottom.jpg) no-repeat top left;
}

div#main-content {
	float: right;
	margin-right: 15px;
	padding: 0 40px 0 40px;	
	width: 625px;
	min-height: 350px;
	border-left: 1px dotted #000000;
}	


#page-title,
#page-title h1,
#page-title h2
{
  font-weight: normal;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size:16px;
  color:#275FBC;
  padding:0;
  margin: 0;
  padding-top:0px;
  padding-left:0px;
  padding-bottom:5px;
}


#page-title  a:link,
#page-title a:visited,
#page-title a:active,
#page-title a:hover{
  text-decoration:none;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size:16px;
  color:#275FBC;
  padding-top:0px;
  padding-left:0px;
  padding-bottom:5px;
  outline:none;
}
#page-title a:hover{
  text-decoration:underline;
  outline:none;
}


div.text-container {
	padding-left:75px;
	padding-right:100px;
	padding-bottom:50px;
}	

div#footer{
  width:1024px;
  margin:5px auto;
  text-align: center;
}

div#footer ul{
  list-style-type:none;
  margin:5px 0px 0px 0px;
  padding:0;
}
div#footer li{
  display:inline;
  text-align:center;
  padding:0px 10px 0px 15px;
}
div#footer1 li.first{
  border:0;
}

div#footer a:link,
div#footer a:visited,
div#footer a:active,
div#footer a:hover{
  font-size:11px;
  color:#ac9f86;
}

p.copyright{
  font-size:11px;
  color:#ac9f86;
 } 

p.copyright a:link,
p.copyright a:visited,
p.copyright a:active,
p.copyright a:hover{
  font-size:11px;
  color:#ac9f86;
}

div.cat-items {
	margin: 10px 31px 10px 31px;	
}

div.cat-items-kits {
	margin: 10px 5px 10px 31px;	
}

.middle-logo {
	background: url(../images/logo.gif) no-repeat;
	background-position: 240px 245px;
}	 

.middle-logo2 {
	background: url(../images/logo.gif) no-repeat;
	background-position: 240px 270px;
}	 

.bubbleInfo div.popup {
   	position: absolute;
   	display: none;
   	z-index: 50;
   	border-collapse: collapse;
	background: url(../images/bubble-bg.gif);
	height:100px;
	width: 131px;
	padding:10px;
	font-size: 11px;
}	

.bubbleInfo {
	position:relative;
}	


div.jMyCarousel .prev{
	background: url(../images/carousel-left.jpg) center center no-repeat;
	width:47px;
	height:213px;
	border:0px;
	outline:none;	
}

div.jMyCarousel .next{
	background: url(../images/carousel-right.jpg) center center no-repeat;
	width:40px;
	height:200px;
	border:0px;
	outline:none;
}

div#prevBtn{
	background: url(../images/carousel-left.jpg) center center no-repeat;
	width:47px;
	height:206px;
	border: 1px solid #E2DA61;
	border-right: none;
	outline:none;
	float: left;	
	cursor:pointer;		
}

div#nextBtn{
	background: url(../images/carousel-right.jpg) center center no-repeat;
	width:40px;
	height:206px;	
	border: 1px solid #E2DA61;
	border-left: none;
	outline:none;
	float: right;
	margin-right: 11px;
	cursor:pointer;
}


div#homelogo {
	margin: 0px 0 10px 240px;
}	

div#carouselContainer {
	width: 800px;
}

div.jMyCarousel{
	border:1px solid #E2DA61;
	border-left: none;
	border-right: none;
	height: 205px;	
	margin: 0;
}

div.jMyCarousel ul{
	
}

div.jMyCarousel ul li{
	margin:0px;
	border:0px solid #ccc;
	line-height:0px;
	padding:3px;
	background: #000000;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
}

div.jMyCarousel ul li img{
	display:block;
	border:0px;
}

input.guestbook, textarea.guestbook {
	background: #FEFEFE !important;
	border: 1px solid #999999;
	color: #333333;
}	
div#guestbookContainer td {
	padding: 5px;
	vertical-align:top;
}	
	
table.formtable td {
	text-align:left;
	font-size:12px;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
}	

.horz-line {
	border: none;
	border-bottom: 1px solid #D2C258;
}

.cart-container {
	background:url(../images/cart-header-bg.jpg) repeat-x;
	border:1px dotted #666;
}

.cart-header-bg {
	height:30px;
	color:#190F03;
	font-weight:bold;
	text-align:left;
}

.item-container td {
	border-bottom:1px dotted #666;
	padding:10px;
	font-size:12px;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
}

.item-container-bottom td {
	padding:10px;
	font-size:12px;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
}

div#left-col {
	float: left;
	width: 160px;
	margin: 0 0 10px 20px;
	padding-top: 10px;
}

div#left-col ul {
	padding: 5px 0 10px 5px;
	margin: 0;
}	

div#left-col ul li {
	list-style: none;
}	
	
.category_header,
.category_header h2
{
	color:#2E942E;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:16px;
	padding: 5px;
	margin-bottom: 5px;
}

.royal_title {
	color:#343E76;
}

.standard_title {
	color:#275FBC;
}

.basic_title {
	color:#0397D7;
}

.page_counter {
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
}

.prod_border img {
	border:1px dotted #333;
}

.prod_name,
.prod_name h2
 {
 	margin: 0;
	padding: 0;
 	font-weight: normal;
	font-size:14px;
	color:#2E942E;	
}

.prod_name h3
 {
 	margin: 0;
	padding: 0;
 	font-weight: normal;
	font-size:14px;
	color:#2E942E;	
}

.prod_desc {
	font-size:12px;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #666666;
}


div.devider {
	margin: 2px 0 2px 0;
	height: 1px;
	border-bottom: 1px dotted;
	width: 100%;
}

input.button {
	color: white;
	font-size:10px;
	border: none; 
	background: #0397D7;
	padding: 3px;
	text-transform:uppercase;
	cursor: pointer;
}	

div#rotate ul li{
	display:inline;
	list-style: none;
}	

div#rotate ul li a {
	color: #fff;
}	

div#rotate-content {
	border: 1px solid #cccccc; 
	width: 100%; 
	padding: 0;
}	

.error {
	color:#FF3300;
	padding-left:10px;
}

.include_chart  td{
	padding-left:10px;
	padding-right:10px;
}



/* PAGE TABS HERE */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../images/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #333333;
   /* font-weight: bold;*/
   	font-size: 12px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}

.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    /*border-top: 1px solid #97a5b0;*/
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
/* PAGE TABS END */

.pord_det_table td {
	border-right:1px solid;
	border-bottom:1px solid;
	border-color:#CCCCCC;
}

.Basic h3,
.Standard h3,
.Royal h3
{
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.Basic a:link,
.Basic a:visited,
.Basic a:active,
.Basic a:hover{
  text-decoration:none;
  color:#0397D7;
  outline:none;
}
.Basic a:hover{
  text-decoration:underline;
  color:#0397D7;
  outline:none;
}

.Standard  a:link,
.Standard  a:visited,
.Standard  a:active,
.Standard  a:hover{
  text-decoration:none;
  color:#275FBC;
  outline:none;
}
.Standard a:hover{
  text-decoration:underline;
  color:#275FBC;
  outline:none;
}


.Royal a:link,
.Royal a:visited,
.Royal a:active,
.Royal a:hover{
  text-decoration:none;
  color:#343E76;
  outline:none;
}
.Royal a:hover{
  text-decoration:underline;
  color:#343E76;/*#7fd1dc;*/
  outline:none;
}


#breadcrums {
	font-size: 11px;
	color: #777777;
	margin-bottom: 0px;
	position: relative;
	top: -15px;
}


