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

div#hiwheading{
    position: relative;
}

#hiwheading span{
    color: #F5B990;
    cursor: pointer;
}

#hiwheading span#selectedtab,#hiwheading span:hover{
    color: #F19353;
}

ul.tabs {
	list-style:none;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:500;
        color: #F19353;
	float:right;
	/*position:absolute;
	bottom:0;
	right:50px;*/
}

.tabs li
{
	float:left;
	margin-left:10px;
	margin-right:10px;
}

.tabs li:hover
{
	cursor:pointer;
}

h1 
{
    /*float:left;*/
	/*width:735px;*/
	/*position:relative;*/
}

div#framecontainer
{
	/*height:340px;*/
        padding-bottom: 25px;
	/*width:735px;*/
}
div.frame
{
	/*height:340px;*/
	width:735px;
}
div#beforeframe
{
	display:block;
}
div#duringframe
{
	display:none;
}
div#afterframe
{
	display:none;
}

div.hiwitem{
	position:relative;
	display:block;
	float:left;
	width:215px;
/*	height:150px;*/
	margin-right:30px;
}

div.itemspacer {
	float:left;
	height:150px;
}

div.hiwitemimage {
	height:90px;
	float:left;
	background-repeat:no-repeat;
	background-position:center bottom;
	width:215px;
	margin-bottom:10px;
}

#weborphone {
	background-image:url(../images/howitworks/weborphone.png);
}

#consoleontable {
	background-image:url(../images/howitworks/consoleontable.png);
}

#delivered {
	background-image:url(../images/howitworks/delivered.png);
}

#returnbox {
	background-image:url(../images/howitworks/returnbox.png);
}

#gallerycd {
	background-image:url(../images/howitworks/gallerycd.png);
}

#enjoykedai {
	background-image:url(../images/howitworks/enjoykedai.png);
}

div.hiwcontainer{
	width:735px;
	height:180px;
}

.hiwitem p{
	display:block;
	position:relative;
	left:-50%;
	margin-top:2px;
	margin-bottom:0;
}

div.hiwitemtext {
	float:left;
	position:relative;
	left:50%;
}

#rightside{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

#rightside p{
    text-align: center;
    margin: 0;
    font-size: 10px;
}
