body
{
	margin-top:10px;
}

div#toplogo
{
	margin-top:25px;
	text-align:center;
}
span.retailprice
{
	color:#C00;
	text-decoration:line-through;
	font-weight:bold;
}

p.footersmall
{
	font-size:11px;
}

.delayLoad {
	background: url('../img/ajax-loader.gif') no-repeat 50% 50%;
}
.morebutton {
	padding:10px;
	font-size:14px;
	width:250px;
	border:1px solid #E5E5E5;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-weight:bold;
	background-color:#EBEBEB;
	cursor:pointer;
}
.morebutton:hover {
	background-color:#CCC;
}

input.search.text {
	width:66%
}
input.search.button {
	width:28%;
	margin-left:2%
}

.topsearch {
	background:#EFEFEF;
	border:1px solid #CCC;
	color:#000;
	font-weight:700;
	font-size:15px;
	padding:5px
}
.topsearch_submit {
	font-weight:700;
	font-size:15px;
	padding:5px
}

div#searchbox
{
	text-align:center;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

.toggleable {
    display: none;
}
.togglepreview {
	display: block;
}
#optionspanel
{
	display: none; 
	clear:both;
}
#optionspanel div.panel
{


}
#optionspanel ul {
	padding-left:0;
	margin-left:0;
}
#optionspanel li {
	list-style:none;
	list-style-type:none;
}

.orderbyselected
{
	font-weight:bold;
	color:#333;
}
.reducedprice
{
	color:#C00;
}

/* auto keywords */
p.productdescription a, p.productdescription a:visited, p.productdescription a:active
{
	color:#333;
	text-decoration:none;
	border-bottom:1px dashed #ccc;
}
p.productdescription a:hover
{
	color:#000;
	border-bottom:1px dashed #000;
}



/* more products */
.moreproduct
{
	height:195px; 
	overflow:hide;
}

/* pagination */
.pagination{
padding: 2px;
clear:both;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 15px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
font-size:13px;
}

.pagination a, .pagination a:visited{
padding: 4px 8px;
margin:2px;
background:#f3f3f3;
border: 1px solid #2079a5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2079a5;
color: #000;
background-color: #CCC;
}

.pagination a.currentpage{
background-color: #2079a5;
color: #FFF !important;
border-color: #2079a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

/* word clouds */

  .word {
  	font-family: Verdana, Tahoma, Arial;
  	padding: 4px 4px 4px 4px;
  	letter-spacing: 3px;
  	text-decoration: none;
  	font-weight: normal;
  }
  .size9 {
  	color: #000;
  	font-size: 26px;
  }
  .size8 {
  	color: #111;
  	font-size: 24px;
  }
  .size7 {
  	color: #222;
  	font-size: 22px;
  }
  .size6 {
  	color: #333;
  	font-size: 20px;
  }
  .size5 {
  	color: #444;
  	font-size: 18px;
  }
  .size4 {
  	color: #555;
  	font-size: 16px;
  }
  .size3 {
  	color: #666;
  	font-size: 14px;
  }
  .size2 {
  	color: #777;
  	font-size: 12px;
  }
  .size1 {
  	color: #888;
  	font-size: 8px;
  }
  .size0 {
  	color: #999;
  	font-size: 6px;
  }


.hidden {
	display:none;
}

.loading-indicator {
	height: 80px;
	width: 80px;
	background: url( '../img/loading.gif' );
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

#dialog-form
{
	height:820px;
}

#topheahads
{
    clear:both;
    padding:4px;
    border:1px solid #d26f1a;
    background:#ec8a27;
    -moz-box-shadow: 3px 3px 5px #DADADA;
    -webkit-box-shadow: 3px 3px 5px #DADADA;
    box-shadow: 3px 3px 5px #DADADA;
    width:940px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    margin-bottom:15px;
}

#topheahads a
{
    color:#000;
    text-decoration:underline;
    font-weight:bold;
}

div.coupon {
    border:2px dashed #bb0505;
    background:#f5f5f5;
    padding:8px;
}
