﻿/*over ride for winmob style*/
div#holder
{
	background-image: url('images/background.png');
	background-repeat: no-repeat;
	overflow: visible;
	position: relative;
	margin: 0 auto;
	height: 360px;
	width: 240px;
	text-align:left;
}

div.phoneinfo
{
	width: 200px;
	height: auto;
	margin-bottom: 5px;
}

div.phoneinfo
{
	font-size: 18px;
	font-family: Segoe UI, Arial, Verdana;
	color: #090909;
	text-decoration:none;
}

div.details
{
	font-size: 10px;
	font-family: Segoe UI, Arial, Verdana;
	color: #797979;
	margin-bottom:7px;
}

a#viewallphones
{
	cursor: pointer;
	font-family: Segoe UI, Arial, Verdana;
	font-size: 8px;
	font-weight: bold;
	color: #3399ff;
	text-decoration:none;
}


/*Phones and Div holders*/
.phoneholder
{
	position: absolute;
	bottom: 35px;
	width: 100%;
}
.phoneholder a img
{
    border:0px;
}
img#phoneleft
{
	position: relative;
	height: 100px;
	width: auto;
	right: 50px;
	margin-bottom: 25px;
}

img#phonecenter
{
	cursor: pointer;
	position: relative;
	height: 150px;
	width: auto;
	margin-bottom: 10px;
}

img#phoneright
{
	position: relative;
	height: 100px;
	width: auto;
	left: 50px;
	margin-bottom: 25px;
}
img.windowsmobile, span.windowsmobile 
{
    width:74px;
    height:22px;
    margin-left:15px;
    vertical-align:top;
}


/*bottom buttons and dots*/
div#btns
{
	position: absolute;
	bottom: 10px;
	left: 2px;
	width: 231px;
	height: auto;
}
img.btn
{
	outline-width: 0px;
	width:49px;
	height:27px;
	width: auto;
	margin:0px;
	margin-left: 5px;
	margin-right: 5px;
}


/* lower dots */
img.dot
{
	height: 8px;
	width: 8px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
}

/* buy now btn */
.buynowdiv
{
    margin-left:8px;
    position:relative;
    z-index:50;
}
.devicediv a, .devicediv a:link
{
    text-decoration: none;
}
.buynowleft
{
    background-image: url(images/buynowleft.png);
    float: left;
    width: 8px;
    height: 22px;
    font-size: 0%;
    position: absolute;
    left: -8px;
    top: 0px;
}
.buynowbg
{
    position:relative;
    background-image: url(images/buynowbg.png);
    background-repeat: repeat-x;
    cursor: pointer;
    float: left;
    height: 22px;
    line-height: 20px;
    white-space: nowrap;
    font-size: 0%;
}
.buynowtext, .buynowfromtext
{
    color: white;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
.buynowfromtext
{
    display:none;
}
.buynowright
{
    background-image: url(images/buynowright.png);
    float: right;
    width: 8px;
    height: 22px;
    font-size: 0%;
    position: absolute;
    top: 0px;
    right: -8px;
}

.buynowlinks
{
    width: 87px;
    padding: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-left: solid 1px #A7C898;
    border-bottom: solid 1px #A7C898;
    left: -6px;
    height: auto;
    display: none;
    background-color: #448C26;
    text-align: center;
    font-family: Arial;
    font-size: 11px;
    top: 22px;
    position: absolute;
}
.buynowlinks a, .buynowlinks a:link, .buynowlinks a:visited
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.buynowlinks a:hover
{
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
