* {
padding:0px;
margin:0px;
}

html {
background-repeat:no-repeat;
height: 100%;

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #000000 0%, #FFFFFF 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #000000 0%, #FFFFFF 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #000000 0%, #FFFFFF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(1, #FFFFFF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #000000 0%, #FFFFFF 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #000000 0%, #FFFFFF 100%);

}

body {
font-family: Verdana, Arial, Tahoma, sans-serif; 
font-size: 14px;

}

IMG.HoverBorder {border:4px solid #fff;}
IMG.HoverBorder:hover {border:4px solid #f00;}

table,th,td
{
border-collapse:collapse;
}

img
{  border-style: none;
   margin:2px;
}

h1 {
font-size:12pt;
font-weight:normal;
color:#FFFFFF;
}

.h1l {
font-size:12pt;
font-weight:normal;
color:#FFFFFF;
float:left;
}

h2 {
margin-left:10px;
margin-top:10px;
margin-bottom:15px;
font-size:14pt;
font-weight:normal;
color:#000000;
}

.button1 {
    margin-right:15px;
    font-weight: bold;
    line-height: 1;
    padding: 4px 10px;
    cursor:pointer;
    color: #fff;
 
    text-align: center;
    text-shadow: 0 -1px 1px #64799e;
    background-color:#FF0000;
 
    /* Border style */
    border: 1px solid #5c6f91;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
 
 
    }

// menu
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 14px arial;
	text-decoration: none}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 80px;
	background: #000000;
	color: #FF0000;
	text-align: center;
	text-decoration: underline}

#sddm li a:hover
{	background: #444444;
	color: #FFFFFF;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #444444;
	border: 1px solid #FF0000}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #444444;
		color: #FFFFFF;
		font: 14px arial}

	#sddm div a:hover
	{	background: #FF0000;
		color: #FFFFF}



#div-header {
 position:fixed;
 top:0px;
 left:0px;
 height:40px;
 z-index:3;
 width:100%;

}
#div-header2{
 width:980px;
 margin-left:auto;
 margin-right:auto;
}



#div-temptitle {
 width:100%;
 background-color:#000000;
  z-index:1;

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #000000 0%, #999999 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #000000 0%, #999999 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #000000 0%, #999999 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(1, #999999));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #000000 0%, #999999 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #000000 0%, #999999 100%);

}

#div-mainbod {
 z-index:1;
 background-color:#000000;
 width:980px;
 margin-left:auto;
 margin-right:auto;
   z-index:1;
}

div .div-logo {
margin-left:15px;
font-size:22pt;
font-family:arial;
color:#FF0000;
}
div.div-logo a {
text-decoration:none;
color:#FF0000;
} 
div.div-logo a:hover {
text-decoration:none;
color:#FFFFFF;
} 

#div-head-table {
 width:100%;
 height:40px;
}

#div-headtd {
background-color:#000000;
padding:0px;
}

#footer {
width:100%;
height:50px;
background-color:#333333;
}

div .bigpic {
padding-top:10px;
padding-bottom:10px;
width:810px;
text-align:center;
float:left;
}


div .smallpic {
padding-top:10px;
padding-bottom:10px;
text-align:right;
}
div.smallpic img { 
border: 4px solid white; 
}
div.smallpic img:hover { 
border: 4px solid red; 
} 


div .div-item-desc {
text-align:justify;
margin-left:10px;
margin-right:20px;
margin-bottom:10px;
color:#FFFFFF;
}

div .div-link {
margin-left:10px;
margin-right:20px;
}

div .div-dimensions {
margin-left:10px;
margin-right:20px;
margin-top:10px;
}
div .div-condition {
margin-left:10px;
margin-right:20px;
margin-bottom:0px;
}
div .div-price {
text-align:right;
margin-left:10px;
margin-right:20px;
margin-bottom:5px;
font-weight:bold;
float:right;
}


div .div-more {
padding-left:10px;
padding-right:10px;
text-align:middle;
margin-left:10px;
margin-right:20px;
margin-bottom:5px;
float:right;
border: 1px solid white;
color:#000000;
background-color:#FFFFFF;
-moz-border-radius: 10px;
border-radius: 10px;
font-weight:bold;
font-size: 13px;
}
div .div-more:hover{
border: 1px solid red;
color:#000000;
background-color:#FF0000;
}


div .rfloat {
float:right;
margin-right:20px;
padding-right:10px;
margin-bottom:5px;
}

div .div-enquire {
padding-left:10px;
padding-right:10px;
text-align:center;
margin-left:10px;
margin-right:20px;
margin-bottom:5px;
float:right;
font-weight:bold;
background-color:#000000;
border: 1px solid black;
color:#FF0000;
-moz-border-radius: 10px;
border-radius: 10px;
font-size: 13px;
}
div .div-enquire:hover{
border: 1px solid white;
color:#FF0000;
background-color:#FFFFFF;
}
div .click {
color:#FFFFFF;
margin-right:10px;
font-weight:bold;
}
div .copyright {
color:#FFFFFF;
margin-right:15px;
font-size: 14px;
}

div .sold{
padding-left:10px;
padding-right:10px;
text-align:center;
margin-left:10px;
margin-right:20px;
margin-bottom:5px;
float:right;
border: 1px solid red;
color:#000000;
background-color:#FF0000;
-moz-border-radius: 10px;
border-radius: 10px;
font-weight:bold;
font-size: 13px;
}

div .hold {
padding-left:10px;
padding-right:10px;
text-align:center;
margin-left:10px;
margin-right:20px;
margin-bottom:5px;
float:right;
border: 1px solid white;
color:#000000;
background-color:#FFFFFF;
-moz-border-radius: 10px;
border-radius: 10px;
font-weight:bold;
font-size: 13px;
}


div .ebay {
padding-left:10px;
padding-right:10px;
text-align:center;
margin-left:10px;
margin-right:20px;
margin-bottom:5px;
float:right;
border: 1px solid white;
color:#000000;
background-color:#FFFFFF;
-moz-border-radius: 10px;
border-radius: 10px;
font-weight:bold;
font-size: 13px;
}
div .ebay:hover{
border: 1px solid red;
color:#000000;
background-color:#FF0000;
}

div .jason {
float:left;
background-color:#000000;
width:100%;
margin-bottom:3px;
z-index:1;
display:none
}
div .jason2 {
float:left;
background-color:#000000;
width:100%;
z-index:1;
}


div .btable {display: table; 
width:100%;
height:100%;
background-color:#000000;
}
div .bcellr {display: table-cell;   
text-align:right;
vertical-align:middle;
}
div .bcellc {display: table-cell;   
text-align:center;
vertical-align:middle;
}
div .bcelll {display: table-cell;   
text-align:left;
vertical-align:middle;
}


div .ttable {display: table; 
width:100%;
min-height:180px;
background-color:#999999;
margin-bottom:3px;
z-index:1;
}
div .trow {display: table-row;}
div .tcell {display: table-cell; padding-right: 0px; padding-left: 0px;padding-top:0px; padding-bottom:0px;   
vertical-align:top;
}
div .tcell1 {display: table-cell; padding-bottom:5px;  
vertical-align:middle; width: 130px; text-align:center;
}
div.tcell1 img { 
border: 4px solid white; 
}
div.tcell1 img:hover {
border: 4px solid red; 
}

div .tcell1a {display: table-cell; padding-bottom:5px;  
vertical-align:middle; width: 130px; text-align:center;
}
div.tcell1a img { 
border: 4px solid white; 
}

div .pagwrap {
 position:fixed;
 top:33px;
 left:0px;
 z-index:2;
 width:100%;
}
div .pagination{
 width:950px;
 height:22px;
 margin-left:auto;
 margin-right:auto;
 background: #000000;
 color: #FFFFFF;
 text-align:right;
 padding-left:15px;
 padding-right:15px;
 padding-top:2px;
}

.left {
float:left;
}

div .push {
height:40px;
}
div .push2{
height:22px;
z-index: 1;
}
div .push3{
height:12px;
z-index: 1;
}