#Rotator {
	width: 520px;
}
.landingpagetitle {
	font-size: 20px;
}

#bottomshadow {
	width: 761px;
	margin-left: -10px;
	margin-bottom: -12px; 
}

#bottomshadow img {
	margin-top: 4px;
}

body {
    background: url(/static/images/bkgr.jpg);
    font-family: Times New Roman, serif;
}

#Container {
    width: 744px;
    margin: auto;
    background-color: #D8D6C7;
    padding: 10px;

    background-image: url(/static/images/shadow3.png); 
    background-repeat: repeat-y;
    background-position: right; 
    margin-bottom: 35px;
	padding-bottom: -16px;
}

#Header {
    margin-bottom: 5px;
    text-align: right;
    height: 140px;
}

#LeftColumn {
    width: 160px;
    float: left;
}

#Content {
    width: 520px;
//    padding: 5px;
//    margin-left: 10px;
    float: right;
    margin-bottom: 10px;
}

#Footer {
    width: 750px;
    text-align: center;
}

.copyright {
    font-weight: bold;
    color: gray;
    font-size: 10pt;
}


#menu {
    text-align: center;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: inline;
    font-weight: bold;
    font-size: 14pt;
    text-align: center;    
}

.menu a {
    color: #333333;
    text-decoration: none;
}


.clear {
    clear: both;
}

.HomeImage {
    width: 165px;
    padding: 5px 5px 5px 5px;
    background-color:#CCCC99;
    float: left;
}

.searchbox {
	width: 170px;
    padding: 2px 2px 2px 3px;
    background-color: #CCCC99;
    border: #333333 solid 1px;
}

.box {
    padding: 5px 5px 5px 15px;
    background-color:#CCCC99;
    border: #333333 solid 1px;
    margin-bottom: 5px;
}

.box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box li {
    text-indent: -10px;
    margin-left: 0;
}


.contentbox {
    width: 503px;
    padding: 5px;
    background-color:#CCCC99;
    border:#333333 solid 1px;
}

a, a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #466047;
}

a:hover {
    color: #808060;
}

.flip {
    padding: 2px;
    margin-left: 3px;
    margin-right: 3px;
    width: 160px;
    float: left;
    background-color: #CCCC99;
    border: #000000 solid 1px;
    margin-bottom: 10px;
}

img.flip {
 border: 0;
}

h2 {
    color: #806A60;
}

h3 {
    color: #806a60;
    font-size: 16pt;
    font-weight: bold;

}

ul.imageList {
        list-style: none;
        margin-left: 0px;
	padding: 0px;
}

ul.imageList li {
        list-style: none;
        margin-left: 0px;
}

.errorbox {
        border: 1px solid #ff0000;
        background-color: #ffaaaa;
        width: 75%;
        padding: 5px;
        margin-bottom: 20px;
}

.label {
    font-weight: bold;
    text-align: right;
    float: left;
    width: 90px;
    margin-right: 2px;
    vertical-align: top;
}

.item_detail {
    text-align: left;
    float: left;
    width: 280px;
    padding: 3px;
}

#ItemDetail {
    width: 385px;
    float: left;
}

.price {
    font-size: 14pt;
    text-align: center;
}

#thumbnail-box {
    width: 110px;
    background-color: #CCCC99;
    border: #333333 solid 1px;
    padding: 2px;
    float:right;
    text-align: center;
}

#MainImage {
    padding: 5px;
    margin-bottom: 5px;
}



.fullsize {
   width: 360px;
   padding: 3px;
   background-color: #CCCC99;
   border: #333333 solid 1px;
   margin-bottom: 5px;
   text-align: center;
   float: left;
}

ul.imageList {
        list-style: none;
}

ul.imageList li {
        display: inline;
        width: 150px; 
        padding: 2px;
        margin: 5px;
}

.index_thumb {
	display: block;
	width: 104px;;
	height: 150px;
	text-align: center;
	float: left;
}

#HorizontalScroll {
	border:1px solid #808060;
	padding:5px 4px;
	width:495px;
	height:150px;
	margin-top:10px;
	-moz-border-radius:7px;
	font-size: 8pt;
}

div.hIndex {
	float:left;
	margin-left: 8px;
	width: 448px;
	height: 151px;
}

div.hIndex p {
	float: left;
	height: 151px;
	width:106px;
	margin-right: 8px;
	text-align: center;
}

/* next / prev buttons */
a.hprev, a.hnext {
	background:url(/images/lt_arrow.gif) no-repeat 0 0;
	display:block;
	width:15px;
	height:15px;
	float:left;	
	margin:62px 0 0 0;
	cursor:pointer;
}

a.hnext {
	background-image:url(/images/rt_arrow.gif)		
}

a.hprev:hover {
	background-position:0 -15px;		
}

a.hnext:hover {
	background-position:0 -15px;		
}
	 
#ItemIndex {
	background-color: #CCCC99;
	padding: 10px 8px;
	width: 185px;
	font-size: 8pt;
	text-align: center;
}

.index_item {
	display: block;
	margin-bottom: 8px;
	width: 171px;
	height: 140px;
	font-size: 8pt;
	text-decoration: none;
	text-align:center;
	cursor:pointer;
}

a.prev, a.next {
	background: url(/images/up_arrow.gif) no-repeat 0 0;
	display: block;
	width: 171px;
	height: 20px;
	margin: 0 0 0 75px;
	cursor: pointer;
}

a.next {
	background-image: url(/images/down_arrow.gif)
}

a.prev:hover {
	background-position: -20px 0;
}

a.next:hover {
	background-position: -20px 0;
}


#PopUpBackground {
display: none;
position: fixed;
_position: absolute; 
height: 100%;
width:100%;
top: 0;
left:0;
background: #000000;
border:1px solid #cecece;
z-index:1;
}

#imagePopUp {
    display: none;
    position:fixed;
    _position:absolute;
    width: 530px;
    padding: 5px;
    background-color:#C2C2AD;
    border:#333333 solid 1px;
    z-index:2;
}
 
.center {
	text-align: center;
}

.right {
    text-align: right;
}

.categorytext {
	font-size: 14px;
}

