body
{
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    background-color: #060606;
    padding: 0;
    margin-top: 35px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background-image: url(images/iOMasterPage1/bg_grad.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}


table {
	width: 100%;
	border: none;
	padding:5px;
}

ul {
	list-style-type:none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0;
		
}
ul li{
	
	padding-bottom: 2px;
	padding-left: 25px;
	background-image: url(/Images/OrangeBulleticon_15x15.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height:18px;
}

.iOlist li {
	background-image:url(images/2arrowsOrange.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 12px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0px;
}

greyLi {
background-image:url(images/2arrows.gif);
}


/*----- form input control widths ------------*/
.width {
	width: 250px;
	height: 20px;
	
}
input {
	
	/*border: 1px solid #999999;*/
	color: #999999;	
}
select {

/*	border: 1px solid #999999;*/
	color: #999999;	
}


.italic {
	font-style: italic;
}

.greyTxt
{
   color: #999999;
}

/*---- end of -----------*/




#containerWrapper
{
	width: 940px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container
{
    background-position: center top;
    background-image: url(images/iOMasterPage1/containerBgMid.gif);
    background-repeat: repeat-y;
    text-align: left;
    z-index: 100;
    background-color: #FFFFFF;
}

#header {
	background-position: center top;
	background-image: url(images/iOMasterPage1/containerBgTop.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	
	/*height: 80px;
	text-align: left;*/
} 
#header #headerAcc {
    float: right;
    width: 390px;
    height: 78px;
    text-align: right;
    padding-top: 10px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header #logo{
	margin-left:70px;
	padding-top:10px;
}
#intro {
	height: 282px;
	width: 872px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#contentWrap
{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(images/iOMasterPage1/contentBgMid.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#contentWrap_sCol
{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(images/iOMasterPage1/contentBgMid.gif);
	/*background-image: url(images/iOMasterPage1/contentBgMid_sCol.gif);*/
	background-repeat: repeat-y;
	background-position: center top;
}
#content {
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: left;
}
#content_sCol {
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 20px;
}


#homepageimage
{
    background-image: url(../Images/HomepageMain-Bluetooth-Accessories.jpg);
    background-position: 0px 0px;
    margin: 0;
    background-repeat: no-repeat;
    height: 350px;
    width: 890px;
}
#homepageimageBot
{
    background-image: url(../Images/homepageBottomPods.gif);
    background-position: center top;
    background-repeat: no-repeat;
    height:380px;
    padding:0px;
}
.contentPadding
{
    padding-top:0px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:0px;
    
}

/*------------Bread crumb menu -------------------*/

div#breadCrumbArea
{
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEBEC0;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	clear: left;
}

#breadCrumbArea #SiteMap {
    float: right;
    width: 250px;
    margin: 0px;
    padding-top: 8px;
    text-align: right;
}
#breadCrumbArea h1{
width: 570px;
}

.SiteMapPath1
{
    color: #CCCCCC;
    font-size: 10px;
}

.SiteMapPath1 a:link, .SiteMapPath1 a:visited
{
    color: #a1a1a5;
    text-decoration: underline;
}

.SiteMapPath1 a:hover {
	color:#a1a1a5;
	text-decoration:none;
}
.SiteMapPath1 a:active {
	color:#a1a1a5;
	text-decoration:underline;
} 

/*--------- end of bread crumb menu -------------*/





#navcontainer {
	background-image: url(images/iOMasterPage1/navBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*height: 86px;*/
	height: 56px;
	width: 100%;
}
#navmenu 
{
	padding-top:5px;
	padding-left:30px;
	padding-right:0px;
	padding-bottom:0px;
	margin: 0px;
      
}   
/*------------ Horizontal Nav menu ------------*/
.level1 a:link
{
    color: White;
    font-size: 110%;
    font-weight: bold;
    font-family: 'Arial Rounded MT Bold' , 'Arial Black' , Arial, Helvetica;
    text-decoration: none;
}


.hoverstyle
{
    font-weight: bold;
    color: #a1a1a5;
    text-decoration: none;
}
       

/*------------ Prod Sub Nav menu ------------*/
#prodSubnavcontainer {
	background-image: url(images/prodSubNavBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 48px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#prodSubnavcontainer ul
{
	padding-top: 12px;
	padding-left: 129px;
	color: #333333;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 105%;
	font-weight: bold;	/* fixes Firefox 0.9.3 */
	margin: 0px;
	padding-right: 0px;
}

#prodSubnavcontainer ul li
{
	margin:0;padding:0;list-style-type:none;display:inline;
	
}

#prodSubnavcontainer ul li a
{
display: block;	
	width: 123px;
	float: left;
	margin:0px;
	padding: 0px;
	text-align: center;
		
}
#prodSubnavcontainer ul li a:link
{
	color: #666666;
	text-decoration: none;
}
#prodSubnavcontainer ul li a:visited
{
	color: #666666;
	text-decoration: none;
}
#prodSubnavcontainer ul li a:hover
{
	color: #FF9900;
}

#prodSubnavcontainer ul li #active {
	color: #CCCCCC;
	
}

/*----------- end of nav bar ------------------*/



.firstTitle {
line-height:70%;
}



.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 281px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	background-image: url(images/homePgTopPodTR.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.twoColFixRtHdr #mainContent {
	margin: 0px;
	padding: 0px;
	width:572px;
} 

#containerBot
{
	background-image: url(images/iOMasterPage1/containerBgBot.gif);
	margin: 0px;
	padding: 0px;
	height: 20px;
	background-position: left top;
	background-repeat: no-repeat;
	width: 940px;
}

#contentBot
{
	background-image: url(images/iOMasterPage1/contentBgBot.gif);
	margin: 0px;
	padding: 0px;
	height: 25px;
	background-position: center top;
	background-repeat: no-repeat;
}
#contentBot_sCol
{
	background-image: url(images/iOMasterPage1/contentBgBot_sCol.gif);
	margin: 0px;
	padding: 0px;
	height: 25px;
	background-position: center top;
	background-repeat: no-repeat;
}


.compatPaddingDiv {
padding-top:25px;
}

/*--- footer ----------*/

#footer {
	clear:both;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;

} 
#footer #footerNav 
{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
	text-align: center;
	margin: 0 auto;
	width: 890px;
}

/*----------- footer menu -----------------*/

#footerNav ul
{
    margin:0px;
    padding:0px;
    list-style-type:none;
	text-align:center;
}

#footerNav ul li 
{
	display:inline;
	background-image: none;   
	margin:0;
	padding:0; 
}

#footerNav ul li a
{
	color:#f89728;
    padding-top:3px;
    padding-right:4px;
    padding-left:4px;
    padding-bottom:3px;
    
}
#footerNav ul li a:link, #footerNav ul li a:visited
{
text-decoration:underline;
}
#footerNav ul li a:hover
{
text-decoration:none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/*---------  Rounded Corners ------------------*/
.roundcont {
	background-color: #fff;
	
}

.roundcont p {
	padding: 0px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 100%;
}

.roundtop
{
	background-image: url(images/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.roundbottom
{
	background-image: url(images/br.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/*----End of Rounded Corners ----------*/

.column1 {
	float:left;
	width: 280px;

}
.column2and3{
margin-left:295px;
}
.textAlignRight {
	text-align: right;
}
#contentWrap #homePgTopPodBg {
	background-image: url(images/homePgTopPodBG.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#contentWrap #homePgBotPodBg {
	background-image: url(images/homePgBotPodAll.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 251px;
}
#contentWrap .ProdPgPodMid {
	background-image: url(images/ProdPgMidPod.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#contentWrap .ProdPgPodTop {
	background-image: url(images/ProdPgPodTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	margin: 0px;
	padding: 0px;
}
#contentWrap .ProdPgPodBot {
	background-image: url(images/prodPgBotPod.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 16px;
}
.homePgTopPodL {
	height:40px;
	background-image:url(images/homePgTopPodTL.gif);
	background-position:left top;
	margin: 0px;
	padding: 0px;
	width: 576px;
	background-repeat: no-repeat;
}

#myProfileLeftFloat
{
	float: left;
	width: 250px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e8e8e8;
}
#myAccRightFloat
{
    float: right;
    width: 350px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}
#leftColumn
{
	width: 655px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#leftColumnContact
{
    width: 585px;
    margin: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    border-right: #e8e8e8 1px solid;
   
}
#rightColumn
{
    width: 200px; /*margin-left: 665px;*/
    float: right;
    margin: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
   
  
}

.rightColumnPad {
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
#rightColumnContact
{
	width: 250px; /*margin-left: 665px;*/
	float: right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.LoginLeftPod
{
	width:350px;
	float:left;
	
}
.RegisterRightPod
{
	width:350px;
	float:right;
	padding-left:90px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e8e8e8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.accSpecLeftPod
{
	width:280px;
	float:left;
	
}
.accCompatRightPod
{
	width:350px;
	float:right;
	padding-left:10px;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e8e8e8;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#selectPhone
{
    float:left;
    width:350px;
}
#selectedPhone
{
    float:right;
    width:350px;
    text-align:right;
}

/*--------- Orange Vertical Menus ---------------------*/
.vertMenuOrange
{
	background-image: url(images/iOMasterPage1/Vertical-menu_BGorange.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-position: left top;
	padding: 0px;
}

.vertMenuTopBuyOnline {
	background-image: url(images/iOMasterPage1/Vertical-menu_TopBuyOnline.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 52px;
}
.vertMenuBottomOrange
{
    margin: 0px;
    height: 15px;
    padding: 0px;
    background-image: url(images/iOMasterPage1/Vertical-menuBotOrange.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

#addtobasket{
	height:65px;
	background-image:url(/Images/addToBasket.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#addtobasket a{
display:block;
text-align:center;
padding-top:12px;
}
#addtobasket a:link, #addtobasket a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration: none;
}
#addtobasket a:hover{
font-family: Arial, Helvetica, sans-serif;

font-size:14px;
color:#f89728;
}


/*--------- Vertical Menus ---------------------*/
.vertMenu
{
	background-image: url(images/iOMasterPage1/Vertical-menu_BG.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-position: left top;
	padding: 0px;
}
.vertMenuTop {
	background-image: url(images/iOMasterPage1/Vertical-menu_Top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 52px;
}
.vertMenuTopOther {
	background-image: url(images/iOMasterPage1/Vertical-menu_TopOther.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 52px;
}
.vertMenuTopFeature {
	background-image: url(images/iOMasterPage1/Vertical-menu_TopFeature.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 52px;
}
.vertMenuTopWhere {
	background-image: url(images/iOMasterPage1/Vertical-menu_TopWhere.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 52px;
}
.vertMenuTopAccess {
	background-image: url(images/iOMasterPage1/Vertical-menu_TopAccess.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 52px;
}
.vertMenuBottom
{
    margin: 0px;
    height: 15px;
    padding: 0px;
    background-image: url(images/iOMasterPage1/Vertical-menuBot.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
.vertMenu h2
{
	font-size: 16px;
	margin: 0;
	text-transform: none;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 28px;
	background-image: none;
	border: none;
}
.vertMenu ul
{
	list-style-type: none;
	width: 170px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.vertMenu li {
	width: auto;
	border: none;
	background-image: none;
	padding: 0px;	
}

.vertMenu li a {
	
	border: none;

	display: block;
	margin: 0px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 20px;
}
.vertMenu li a:link, .vertMenu li a:visited
{
    color: #666666;
    background-image: url(images/iOMasterPage1/Vertical-menu_btnHover.gif);
    background-repeat: no-repeat;
    background-position: left top;
    text-decoration: none;
}
.vertMenu li a:hover {
	color: #FFFFFF;
	background-image: url(images/iOMasterPage1/Vertical-menu_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.glossymenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 190px;
}
/*
.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x left bottom;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
/*width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}
*/
#accessDescLHDiv{
width:300px; float:left
}
#accessDescRHDiv{
width:300px; float:Right
}



#accessFeaturesLHDiv{
width:300px; float:left;
}

#accessFeaturesRHDiv{
width:300px; float:right;
}

#accessFeaturesRHDiv img, #accessFeaturesLHDiv img{
padding-bottom:20px;
padding-right:5px;
}

#accessFeaturesRHDiv p, #accessFeaturesLHDiv p{
margin-top:0; margin-left:15px; padding:0;
}


/*-------------FAQ ----------------------*/

.faqDatalist
{
    padding-bottom:10px;
}
.faqDataBorder
{
 
    padding-top: 3px;
    padding-bottom: 3px;
}
.faqDatalistQ
{
    float: left;
    width: 35px;
    color: #f89728;
    font-size: 16pt;
    font-family: 'Arial Rounded MT Bold' , Arial;
}
.faqDatalistA
{
    float: left;
    width: 35px;
    color: #999999;
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
}
.faqQtext
{
    color: #f89728;
    font-size: 16pt;
    font-family: 'Arial Rounded MT Bold' , Arial;
    margin-left: 35px;
}
.faqAtext
{
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	 margin-left: 35px;
}
.faqDatalistImg
{
    float:right;
    
}

/*a IMG
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    height: 60px;
    width: 108px;
} */

.imgBorderGrey
{
	padding: 4px;
	border: 1px solid #999999;
}

a .imgBorderGrey:hover
{
padding: 4px;
	border: 1px solid #FF9900;
}
.ProductLfloat
{
    float: left;
    width: 270px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding: 0px;
    
}

.botLineDiv
{
margin-bottom:10px;
border-bottom: #e8e8e8 1px solid;
padding-bottom:5px;
}
.asterix
{
    color:#f89728;
    
}

#vidDownloadWin
{
    background-position: left top;
    background-image: url(../Images/downloadButtons_Win.gif);
    width: 351px;
    height: 154px;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

#vidDownloadQT
{
    background-position: left top;
    background-image: url(../images/downloadButtons_qt.gif);
    width: 351px;
    height: 154px;
    background-repeat: no-repeat;
    color: #FFFFFF;
}
.whiteImgBorder {
	border: 1px solid #e8e8e8;
	padding: 5px;
	margin: 5px;
}
#offerBanner {
float:right; 
width:380px; 
height:85px;
}

#trolleyContainer
{
	padding-right:25px;
	padding-top:10px;
	float: right;
}
#trolley
{
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(/CSS/images/iOMasterPage1/miniTrolleyBG.jpg);
	height: 55px;
	width: 252px;
	margin:0px;
	padding:0px;
}
.trolleyContent {

padding-top:5px;
padding-right:5px;
}
	
.stepNo1
{
    background-image: url('../Images/StepNo1.gif');
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 10px;
    padding-left: 50px;
    padding-bottom: 20px;
}
.stepNo2
{
    background-image: url('../Images/StepNo2.gif');
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 50px;
}
.stepNo3
{
    background-image: url('../Images/StepNo3.gif');
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 50px;
}

button {
 
width: 15em;
 
padding: .5em;
 
color: #ffffff;
 
text-shadow: 1px 1px 1px #000;
 
border: solid thin #882d13;
 
-webkit-border-radius: .7em;
 
-moz-border-radius: .7em;
 
border-radius: .7em;
 
-webkit-box-shadow: 2px 2px 3px #999; 
box-shadow: 2px 2px 2px #bbb;
 
background-color: #ce401c;
 
background-image: -webkit-gradient(linear, left top, left bottom, from(#e9ede8), to(#ce401c),color-stop(0.4, #8c1b0b));
 
}

.ReviewQuotes 
{
    font-size: 16px;
    font-style:italic;
}

.ReviewQuotes span 
{
    font-size:24px;
    color: #f89728;
}
.ReviewTableStyle 
{
    border:#CCCCCC; border-style:solid; border-width:1px;
}

/*---------products image gallery pop ups---------------------*/

.ProdGalleryImg
{
    list-style-type: none;
    margin:0px;
}
.ProdGalleryImg li
{
    padding: 0px 5px 0px 0px;
    margin: 0;
    display: inline;
    background-image: none;
}

.ProdGalleryImg img{
    border: 1px solid #f89728;
    background: #efefef;
    padding: 5px;
}
.ProdGalleryImg img:hover
{
    border: 1px solid #C0C0C0;
    background: #efefef;
}
/*--------end------------*/

.PsubContentTitle
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}

