/* ----------------------------------------------------------------------------------------------------------

    Structure:
    display; position; float; z-index; overflow; width; height; margin; padding; border; background; align; font;

    Content: 
    
        1) HTML tags, reset
        2) Universal styles (display, float, margin, text-align...)
        3) Generally HTML styles (table, ul, dl...)
        4) Layout 
        5) Page: Home
        
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags, reset
---------------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}
body, div, span, p, a, img, ul, ol, li, caption, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5 {border:0;}

a {text-decoration:none;}

body {
	padding:5px 0;
	text-align:center;
	font-family: "arial", sans-serif;
	font-size: 0.8em;
	line-height: 1.5;
}
/*	background:url("../design/bg.gif") 0 0 repeat-x; */

h1, h2, h3, h4, h5, h6 {margin:15px 0 10px 0;}
h1 {font-size:160%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}

table, ul, ol, dl, fieldset {margin:5px 0;}
p {margin:15px 0;}


table {border-collapse:collapse; border-spacing:0; font-size:100%;}
th {text-align:center; font-weight:bold;}
th, td {padding:2px 7px;}

ul, ol {margin-left:30px;}
ul ul, ol ol {margin:0; margin-left:20px;}
ol {list-style-type:decimal;}
li {display:list-item;}

dt {font-weight:bold;}
dd {margin-left:30px;}

fieldset {position:relative; padding:10px;}
.adcol {margin-left:0px;}	
legend {position:absolute; top:-1em; margin:0; padding:5px 10px; font-size:100%; font-weight:bold;}

/* ----------------------------------------------------------------------------------------------------------
2) Universal styles (display, float, margin, text-align...)
---------------------------------------------------------------------------------------------------------- */

.box {min-height:1px;}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}

.relative {position:relative;}

.clear {clear:both;}

.f-left {float:left !important;} img.f-left {float:left; margin-right:10px;}
.f-right {float:right !important;} img.f-right {float:right; margin-left:10px;}

.t-left {text-align:left !important;}
.t-center {text-align:center !important;}
.t-right {text-align:right !important;}
.t-justify {text-align:justify !important;}

.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}

.nom {margin:0 !important; padding-top:15px}
.nomt {margin-top:0 !important;} 
.nomb {margin-bottom:0 !important;}

.noscreen {display:none;}

.smaller {font-size:85%;}

/* ----------------------------------------------------------------------------------------------------------
3) Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */            

ul.ul-list {
	margin:0;
	padding:0;
	list-style:none; 
}
ul.ul-list li {margin:0; margin-bottom:5px; padding:0; padding-left:20px; } /*background:url("../design/logo15.jpg") 0 3px no-repeat;*/

/* ----------------------------------------------------------------------------------------------------------
4) Layout
---------------------------------------------------------------------------------------------------------- */

#main {width:960px; margin:0 auto; text-align:left;}

    #header {position:relative; padding-bottom:20px;}
    
        #logo {
	margin:0;
	width:680px;
	padding-left:45px;	
	font-size:200%;
	letter-spacing:-1px;
	font-weight:normal;
} /*background:url("../design/logo40.jpg") 0 50% no-repeat;*/

        #logo span {
	font-weight:bold;
}
        #logo a {text-decoration:none;}
        
        #slogan {
	position:absolute;
	top:-8px;
	right:10px;
	font-size:120%;
	letter-spacing:1px;
	width: 120px;
	height: 54px;
	margin: 0;
}        

    #cols {background:url("../design/colsnarrow.gif") 0 0 repeat-y;}
    #cols-bottom {clear:both; width:960px; height:10px; background:url("../design/cols-bottomnarrow.gif") 0 0 no-repeat; font-size:0;}

        #content {
	float:right;
	width:680px;
	overflow:hidden;
}
        #content .content-in {padding:5px 15px;}
        #content .content-margin {padding:1px 15px;}
		
        #content .title {padding:20px 15px 5px 15px; font-size:120%;} /*background:url("../design/title.gif") 0 0 repeat-x;*/ 

        #aside {
	float:left;
	width:200px;
	padding-top:0px; 
	min-height:400px;
	padding-left:60px;
	background:url("../design/asidenarrow.gif") 0 0 no-repeat;
	overflow:hidden;
}
        #aside .title {margin-bottom:5px; font-size:100%; font-weight:bold;} 
            
            #aside ul.ul-style01 {margin:0; padding:0; list-style:none;}
            #aside ul.ul-style01 li {display:inline; margin:0; padding:0;}
            #aside ul.ul-style01 li a {display:block; padding:1px 10px 1px 20px; background:url("../design/nav-link.gif") 0 5px no-repeat; text-decoration:none;}
            #aside ul.ul-style01 li a:hover {background:url("../design/nav-link.gif") 0 -83px no-repeat;}
            #aside ul.ul-style01 li#nav-active a {background:url("../design/nav-active.gif") 0 5px no-repeat; font-weight:bold;}

            #aside ul.ul-rss {margin:0; padding:0; list-style:none;}
            #aside ul.ul-rss li {display:inline; margin:0; padding:0;}
            #aside ul.ul-rss li a {display:block; padding:1px 10px 1px 20px; text-decoration:none;} /*background:url("../design/ico-rss.gif") 0 3px no-repeat;*/

            #search {width:180px; margin-bottom:20px;}
            
                #search fieldset {margin:0; padding:0; border:0;}
                #search div {position:relative; margin-top:5px;}
                #search-input {position:absolute; top:0; left:0; overflow:hidden; width:180px; height:30px; background:url("../design/search-input.gif") 0 0 no-repeat; border:0; font-size:85%;}
                #search-input input {position:relative; top:7px; left:8px; width:119px; margin:0; padding:0; border:0; overflow:hidden;}
                #search-submit {position:absolute; top:0; right:0; border:0;}                
    
    #footer {clear:both; margin-top:20px;}
    #footer p {margin:0;}
 
/* ----------------------------------------------------------------------------------------------------------
5) Page: Home
---------------------------------------------------------------------------------------------------------- */

#topstory {position:relative;}
#topstory #topstory-title {padding:10px; padding-right:60px; background:url("../design/topstory-titlenarrow.gif") 0 0 no-repeat;}
#topstory #topstory-title h2 {margin:0; font-size:160%; font-weight:normal; letter-spacing:-1px;}
#topstory #topstory-in {padding:15px;}
#topstory #topstory-in p {margin:0;}
#topstory-bottom {
	width:640px;
	background:url("../design/topstory-bottom.gif") 0 0 repeat-x;
	font-size:0;
	height: 5px;
	margin-bottom: 10px;
}
#topstory p.info {margin:0; font-size:85%;}
#topstory #new {position:absolute; top:0; right:20px; width:29px; height:59px; /*background:url("../design/new.gif") 0 0 no-repeat;*/ font-size:0;}

#photos img {display:block; float:left; margin-right:10px; border:0;}

#cols50 {}
#cols50 .col50 {float:left; width:290px; padding:1px;}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    text-decoration:underline;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:-7px; left:-34px;
	padding: 15px 0 0 0;
	width:400px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(/widebubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(/widebubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(/widebubble.gif) no-repeat bottom;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
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;
}

.noLinkLine A:link {text-decoration: none;}
.noLinkLine A:visited {text-decoration: none;}

.shippingTax {color:#333333}
.totalPrice {font-size:1.7em; font-weight:bold; color:green}

.priceCompareTitle {font-weight:bold;font-size:1.2em} 

.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#E6E6F1}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f4f4f8;
  border-right:1px solid #f4f4f8;
  background:#ececf4}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fcfcfd;
  border-right:1px solid #fcfcfd;
  background:#eaeaf3}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #eaeaf3;
  border-right:1px solid #eaeaf3;}
.spiffy4{
  border-left:1px solid #f4f4f8;
  border-right:1px solid #f4f4f8}
.spiffy5{
  border-left:1px solid #ececf4;
  border-right:1px solid #ececf4}
.spiffyfg{
  background:#E6E6F1}

.topBlock{
     min-height:237px;
     max-height:237px;
     height:237px;
     width:650px;
     min-width:665px;
     max-width:665px;
}

.shortBlock{
     min-height:153px;
     max-height:153px;
     height:153px;
     width:650px;
     min-width:680px;
     max-width:680px;
}
<!--     height:auto !important;-->


