@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	background: #ffffff url(images/bg.jpg) repeat-x fixed bottom;
	font-family: Verdana, Geneva, sans-serif;
}
img{
    border: 0px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
.prodthumb {
	border: #990000 1px solid;
	margin: 1px;
}
.prodthumb:hover{
	border: #990000 2px solid;
	margin: 0px;
}

#container {
	width: 1002px;
	margin: 0 auto;
}
#top-bar {
	background: #CCCCCC url(images/backgrounds/ikea2.jpg);
	width:1000px;
	height:150px;
	position: relative;
	margin:0 auto;
	border:#990000 1px solid;
	left: 0px;
	top: 0px;
	float: left;
}
.left-bar {
	background: #999999 url(images/bg-div.jpg) top repeat-x;
	width:198px;
	margin:0 auto;
	border:#990000 1px solid;
	position: relative;
	margin-top: 10px;
	color: #FFFFFF;
	float: left;
	clear: left;
	font-family: arial;
	font-size: 12px;
}
#main {
	width:790px;
	margin:0 auto;
	border:#990000 1px solid;
	position: relative;
	background: #999999;
	color: #FFFFFF;
	float: right;
	margin-top: 10px;
}
#gg {
	width: 1000px;
	margin: 0 auto;
	height: 30px;
	position: relative;
	float: right;
	margin-top: 10px;
	background: #999999 url(images/gg.jpg) no-repeat;
	background-position: 290px;
	border:#990000 1px solid;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom:10px;
}
#product {
    position: relative;
    float: left;
	width: 770px;
	/*height: 510px;*/
	margin: 10px;
	border:#990000 1px solid;
    background: url(images/bg-div.jpg) top repeat-x;
}
#product-small {
	position: relative;
    float: left;
	width: 770px;
	margin: 10px;
	margin-bottom: 0px;
	border:#990000 1px solid;
    background: url(images/bg-div.jpg) top repeat-x;
}
#prod-imgs {
	position: relative;
	float: left;
	width: 185px;
    padding: 10px;
}

#prod-text {
	position:relative;
	float: right;
	margin: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 555px;
	height: 147px;
	overflow: auto;
}
#prod-imgs-large {
	position: relative;
	float: left;
	width: 300px;
    padding: 10px;
}
#prod-text-large {
	position:relative;
	float: right;
	margin: 10px;
	margin-left: 0px;
	width: 440px;
	height: 250px;
	overflow: auto;
}
#purchase {
	position: relative;
	float: right;
	width: 555px;
	height: 30px;
	margin-right: 10px;
	margin-top: 5px;
}
#purchase-large {
	position: relative;
	float: right;
	width: 440px;
	height: 30px;
}
.title{
	font-size:24px;
	font-weight: bold;
	font-family: arial;
    margin:     3px;
    margin-bottom: 15px;
}
.prod-price{
	font-size: 24px;
	color: #990000;
	font-weight: bold;
}
.prod-exvat {
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
}
#prod-controls{
    position:  absolute;
    bottom:    0px;
    right:     0px;
    padding:   10px;
	padding-left: 0px;
	width:		440px;
}

#prod-thumbs{
    position: relative;
    float:    right;
    width:    440px;
    margin-bottom:  10px;
	margin-top:		20px;
	text-align: center;
    
}
#prod-thumbs a{
    position: relative;
    float: left;
    text-align: center;
    width: 100px;
}
#prod-page-links {
	width: 100%;
	position: relative;
	text-align: center;
	float: left;
}
.total {
	font-weight: bold;
}

img.prodpreview{
    border: 1px solid #990000;
    margin: 5px;
}

img.prodpreview:hover{
    border: 3px solid #990000;
    margin: 3px;
}

#search-title{
    font-size: 20px;
    font-family: arial;
    font-weight: bold;
    width:       770px;
    margin:      10px;
	margin-bottom: 0px;
    border: 1px solid #990000;
    background: url(images/bg-div.jpg) top repeat-x;
}

.bar_header{
    font-size:  18px;
    font-family: arial;
    font-weight: bold;
    margin:     5px;
    margin-bottom: 10px;
}

#cart{
	margin: 10px;
	border:#990000 1px solid;
	background: url(images/bg-div.jpg) top repeat-x;
    text-align:    center;
}

#cart_table{
    font-size:     14px;
    font-family:   arial;
    width:         70%;
    margin:        15px auto;
}

#cart_table th{
    font-size:     16px;
    font-weight:   bold;
}

#cart_qty{
    width:         70px;
    margin:        auto;
}

.cart_qty{
    position:      relative;
    float:         left;
}

.cart_qty_adjust{
    width:         18px;
    height:        11px;
    margin:        0px;
    padding:       0px;
    position:      relative;
    float:         right;
    clear:         right;
}

.cart_button{
    cursor:        pointer;
}

.cart_total{
    margin-top: 10px;
    font-weight: bold;
    font-size:   15px;
}
.cart-exvat {
	font-size: 12px;
	margin-bottom: 10px;
}

.cart_controls{

}

.cart_control{
    margin:        2px 20px;
}

.notice{
  margin: 50px 3px;
}

.category{
  font-weight: bold;
}

a.cat-selected:visited {
	font-weight: bolder;
	color: #990000;
	font-size: 14px;
}

.spacer{
	position:	relative;
	width:		100%;
	height:		10px;
	font-size:	1px;
	float:		left;
}
.panel-header {
	position: relative;
	font-family:	Verdana, Geneva, sans-serif;
	font-size:		18px;
	font-weight:	bold;
	border:			#990000 0px solid;
	margin: 10px;
}
#order-display {
	position: relative;
	width:	485px;
	float:	left;
	margin:	10px;
	margin-top:	0px;
}
#order-list {
	width:	250px;
	float:	right;
	margin:	10px;
	margin-left: 0px;
	border:#990000 1px solid;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.ol-header {
	position:		relative;
	float:			right;
	font-family:	Verdana, Geneva, sans-serif;
	font-size:		14px;
	font-weight:	bold;
	border:			#990000 1px solid;
	width:			250px;
	margin-right:	10px;
}
.tab-header {
	position:		relative;
	float:			left;
	font-family:	Verdana, Geneva, sans-serif;
	font-size:		14px;
	font-weight:	bold;
	border:			#990000 1px solid;
	width:			100%;
}


#od-items {
	position: 		relative;
	margin-top: 	10px;
	margin-bottom: 	10px;
	border:			#990000 1px solid;
	float: 			left;
	width:			485px;
}
.odi-num-thead {
	position: relative;
	width: 25px;
	float: left;
}
.odi-desc-thead {
	position: relative;
	width: 260px;
	float: left;
}
.odi-qty-thead {
	position: relative;
	width: 60px;
	float: left;
}
.odi-price-thead {
	position: relative;
	width: 150px;
	float: left;
}
.odi-num {
	position: relative;
	width: 25px;
	float: left;
}
.odi-desc {
	position: relative;
	width: 260px;
	float: left;
}
.odi-qty {
	position: relative;
	width: 60px;
	float: left;
}
.odi-price {
	position: relative;
	width: 150px;
	float: left;
}
.odi-row {
	position: relative;
	width: 500px;
	float: left;
}


#od-total {
	position: 		relative;
	margin-bottom: 	30px;
	border:			#990000 1px solid;
	float: 			left;
	width:			485px;
}
.odt-subtotal {
	position: relative;
	width: 500px;
	float: left;
}
.odt-discount {
	position: relative;
	width: 500px;
	float: left;
}
.odt-total {
	position: relative;
	width: 485px;
	float: left;
    font-weight: bold;
}


#od-status {
	position: relative;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border:	#990000 1px solid;
	width: 485px;
}
.ods-textstate {
	position: relative;
	width: 485px;
	float: left;
}
.ods-states {
  position: relative;
  margin: 2px auto;
  width: 150px;
}
.ods-state {
    margin: 6px 3px;
	position: relative;
	width: 30px;
	float: left;
}
.ol-month {
	position: relative;
	width: 240px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
	float:	left;
}
.ol-link {
	position: relative;
	width: 230px;
	margin-left: 20px;
	text-align: left;
	float:		left;
}
.main-inner {
	position: 		relative;
	margin: 		10px;
	border:			#990000 1px solid;
    background: 	url(images/bg-div.jpg) top repeat-x;
	float:			left;
	width:			770px;
}
#main-email-form {
	position: relative;
	width: 500px;
	float: right;
	margin-right: 190px;
	text-align: right;
	line-height: 24px;
}
.email-input {
	width: 190px;
}
.button {
	background: #990000 url(images/ui/buttonbg.jpg);
	height: 24px;
	color: #FFFFFF;
}
#home-left {
	position: relative;
	width: 440px;
	float: left;
	margin-left: 10px;
}
#home-right {
	position: relative;
	width: 300px;
	float: right;
	margin-right: 10px;
}
#contact {
	width: 100%;
	float: left;
	position: relative;
}
.contact-company {
    margin: 20px auto 30px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.contact-left {
	width: 380px;
	position: relative;
	float: left;
	text-align: right;
}
.contact-right {
	width: 380px;
	position: relative;
	float: right;
	text-align: left;
}
.contact-address {
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
	margin-top: 10px;
}
#profileform table {
	margin: auto;
}
.section {
	width: 750px;
	float: left;
	text-align: center;
	margin: 10px;
	margin-top: 0px;
}
.pd-title {
	width: 750px;
	float: left;
	text-align: center;
	margin: 10px;
	margin-top: 0px;
	font-weight: bold;
}
.pd-input {
	width: 750px;
	float: left;
	text-align: left;
	margin: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.pdi-name {
	width: 365px;
	float: left;
	text-align: right;
	margin: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.pdi-value {
	width: 365px;
	float: left;
	text-align: left;
	margin: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}
hr {
	color: #990000;
	background-color: #990000;
	height: 1px
}
.msg{
    position: relative;
    margin:   60px;
}
.msg .header{
    text-align:    center;
    font-size:     26px;
    font-weight:   bold;
}
.success-msg {
	position: relative;
	margin: 70px;
}
.error-msg {
	position: relative;
	margin: 70px;
}
#savechange{
    width:  130px;
    position:  relative;
    float:  right;
}
#savechange input{
    margin:  3px auto;
}
.header-links {
	width:490px;
	height:25px;
	z-index:2000;
	position:relative;
	top: -25px;
	left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:18px;
	float: left;
	text-align: left;
}
.header-search {
	width:490px;
	height:25px;
	z-index:2000;
	position:relative;
	top: -25px;
	left: -10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:18px;
	text-align:right;
	float:right;
}
.lpword{
    margin: 40px 20px;
}
.chkout-msg {
	position: relative;
	width: 720px;
	margin: 0px auto;
}
.chk-title {
	position: relative;
	margin-bottom: 5px;
	font-weight: bold;
	float: left;
	width: 100%;
}
#cart-summary {
	position: relative;
	width: 720px;
	margin: 0px 25px 10px;
	border:	#990000 1px solid;
}
#address-summary {
	position: relative;
	width: 720px;
	margin: 0px 25px 10px;
	border:	#990000 1px solid;
	float: left;
}
.address {
	position: relative;
	width: 350px;
	float: right;
}
#payment-summary {
	position: relative;
	width: 720px;
	margin: 0px 25px 10px;
	border:	#990000 1px solid;
	float: left;
}
#confirm {
	position: relative;
	width: 720px;
	margin: 0px 25px 10px;
	border:	#990000 1px solid;
	float: left;
}
