/*********  Copyright 2000-2007 Mobile-lingo ************/
/*********  Products Stylesheet ************************/

#phone {
	background: url(../img/bg_phone.gif) no-repeat top left;
	width: 164px;
	float: right;
	margin-left: 20px;
	margin-right: -10px;
}
#phone #btm {
	background: url(../img/bg_phone_btm.gif) no-repeat bottom left;
	padding: 24px 0 206px 17px;

}
/*  SubNav Controls Links */
a:link.prev, a:visited.prev {
	display: block;
	float: left;
	width: 24px;
	font-weight: bold;
	color: #eee;
	font-variant: small-caps;
	background: url(../img/bg_prev.gif) no-repeat left center;
}
a:link.next, a:visited.next {
	display: block;
	float: right;
	width: 26px;
	padding: 0 6px 0 0;
	font-weight: bold;
	color: #eee;
	font-variant: small-caps;
	background: url(../img/bg_next.gif) no-repeat right center;
}
a:link.all, a:visited.all {
	font-weight: bold;
	color: #eee;
	font-variant: small-caps;
	padding-right: 35px;
	background: none;
}
a:hover.prev, a:hover.next, a:hover.all {
	color: #333;
}


/*  Product Controls */
.prod-buttons {
	background: url(../img/bg_tabs.gif) no-repeat top left;
	padding: 0 0 0 15px;
	margin: 20px 0 0 0;
	width: 300px;
}

#tabs {
	height: 25px;
	margin-bottom: 10px;
}

a:link.buy, a:visited.buy {
	background: url(../img/tabs_buy.gif) no-repeat top left;
	width: 115px;
	height: 25px;
	float: left;
	margin-right: 3px;
}

a:link.screens, a:visited.screens {
	background: url(../img/tabs_screens.gif) no-repeat top left;
	width: 115px;
	height: 25px;
	float: left;
	margin-right: 3px;
}
a:hover.screens, a:hover.buy, a:link#tabhigh, a:visited#tabhigh {
	background-position: 0 -25px;
}
/* Buy Styles */
#carriers {
	width: 90px;
	padding-top: 8px;
	text-align: right;
	float: left;
}
#carriers a:link, #carriers a:visited {
	text-decoration: none;
	display: block;
	padding: 2px;
	margin: 0;
}
#carriers a:hover {
	color: #333;
	text-decoration: underline;
}
#carriers li {
	padding: 0; margin: 0;
	border-bottom: 1px solid #fff;
}
#buyInst {
	margin-left: 105px;
	border-left: 2px solid #ccc;
	padding: 8px 0 0 5px;
	height: 150px;
}
#screensCont {
	width: auto;
	padding: 10px 0 0 0;
	margin: 0 0 0 -10px;
	
}
#bigScreenHolder {
	width: 129px;
	padding: 2px;
	margin: 0;
	border: 1px solid #ccc;
	background: #fff url(../img/bg_previewer.gif) no-repeat center center;
}
#bigScreen {
	overflow: hidden; 
	width: 0px;
	border: 0px solid red;
	margin: 0; padding: 0;
}
img#bigScreenImg {
	padding: 0;
	margin: 0;
}

img.scr-tn {
	height: 40px;
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #ccc;
	background: #fff;
	padding: 1px; 
}
img.scr-tn:hover {
	border: 1px solid #5E79C8;
	cursor: pointer;
	cursor: hand;
}

