﻿/* Master */    

body 
{
 /*  padding:50px 0px; */
   margin:0px;
   background-image:url("../Images/BackGround.gif");
   background-attachment:fixed;
   font-family:tahoma;
   font-size:11px;
   color:#555;
}

a 
{
     font-family:Verdana;
     font-size:12px;
     color:#fa317d;
     text-decoration:none;
     cursor:pointer;
    }

a:hover 
{
    color:#3298D6;
    }


img.imgBorder
{ 
 border:solid 1px #dcdddd;
 margin:0;
 padding:0;
}

.ContainerTop 
{
    width:950px;
    height:6px;
    background-image:url("../Images/ContainerTopBg.png");
    font-size:0;
    }

.Container 
{
    width:930px;
    height:auto;
    background-image:url("../Images/ContainerBack.gif");
    text-align:left;
    padding:5px 10px;
    }

.ContainerBottom 
{
    width:950px;
    height:6px;
    background-image:url("../Images/ContainerBottomBg.png");
    font-size:0;
    }
    
.Header 
{
    width:930px;
    height:110px;
    background-image:url("../Images/HeaderBack.gif");
    background-repeat:repeat-x;
    }

.HeaderLeft 
{
    width:465px;
    height:110px;
    background-image:url("../Images/logo.gif");
    background-repeat:no-repeat;
    background-position:25px center;
    position:relative;
    float:left;
    cursor:pointer;
    }
    
.HeaderRight 
{
    width:465px;
    height:105px;
    position:relative;
    float:left;
    text-align:right;
    font-size:10px;
    color:#fa317d;
    padding-top:5px;
}
   
.HeaderRight a 
{
     font-family:Verdana;
     font-size:10px;
     color:#fa317d;
     margin-left:5px;
     margin-right:5px;
     text-decoration:none;
    }
.HeaderRight a:hover 
{
    color:#3298D6;
    }
    
.HeaderRightTop {
    width:465px;
    height:20px;
}


.HeaderRightBottomLogin {
    width:312px;
    height:70px;
    display:none;
    padding:5px;
    text-align:left;
    float:right;
}

.HeaderRightBottomLoginUserName {
    width:150px;
    font-family:Verdana;
    font-size:10px;
    color:#34a1d9;
    position:relative;
    float:left;
    margin-bottom:7px;
    font-weight:bold;
}
.HeaderRightBottomLoginPass {
    font-family:Verdana;
    font-size:10px;
    color:#34a1d9;
    position:relative;
    float:left;
    margin-bottom:7px;
    font-weight:bold;
}

.HeaderRightBottomLoginEmailInput {
    width:150px;
    height:auto;
    position:relative;
    float:left;
}
.HeaderRightBottomLoginEmailInputText {
    width:100px;
    border:solid 1px #dadada;
    width:130px;
    font-size:10px;
    font-family:Verdana;
    padding:4px;
}
.HeaderRightBottomLoginPassInput {
    width:100px;
    height:auto;
    position:relative;
    float:left;
}
.HeaderRightBottomLoginPassInputText {
    border:solid 1px #dadada;
    width:100px;
    font-size:10px;
    font-family:Verdana;
    padding:4px;
}

.HeaderRightBottomLoginInputButton {
    width:40px;
    height:auto;
    position:relative;
    float:left;
    margin-left:7px;
}
.HeaderRightBottomLoginInputButtons {
    border:solid 1px #279FDC;
    background-image:url("../Images/Login-Btn.gif");
    background-repeat:repeat-x;
    background-color:#0783BD;
    width:40px;
    height:21px;
    font-family:Tahoma;
    font-size:10px;
    color:#fff;
    margin-top:1px;
}

.BearPass {
    width:150px;
    margin-top:7px;
    height:auto;
    font-family:Verdana;
    font-size:10px;
    cursor:pointer;
    position:relative;
    float:left;
}

.QuickLoginControl {
    width:140px;
    margin-top:7px;
    position:relative;
    float:left;
    font-family:Verdana;
    font-size:11px;
    color:#000;
}


.HeaderRightBottomUsers {
    width:460px;
    height:40px;
    margin-top:40px;
    line-height:2em;
    background-repeat:no-repeat;
    background-position:right bottom;
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    margin-right:5px;
}

.pad30 {
    font-weight:normal;
}


    
    
.Menu 
{   
    width:610px;
    height:40px;
    background-image:url("../Images/MenuBack.gif");
    background-repeat:repeat-x;
    background-position:left bottom;
    background-color:#fff;
    color:#fff;
    position:relative;
    float:left;
    }
    
.NavbarSearch 
{   
    width:320px;
    height:28px;
    padding:12px 0px 0px 0px;
    text-align:center;
    background-image:url("../Images/MenuBack.gif");
    background-repeat:repeat-x;
    background-position:left bottom;
    background-color:#fff;
    color:#fff;
    position:relative;
    float:left;
    }

.Search_text 
{
    background-image:url("../Images/Search_text.gif");
    border:0;
    width:165px;
    height:20px;
    padding:2px 0 0 25px;
    }

.Search_button 
{
    width:52px;
    height:22px;
    background-image:url("../Images/Search_button.gif");
    background-color:#fff;
    border:0px;
    }
    
    
.Tab
{   
    width:120px;
    height:24px;
    position:relative;
    float:left;
    text-align:center;
    padding:15px 0px 0px 0px;
    font-family:tahoma;
    font-size:15px;
    cursor:pointer;
    }
    
    
.MenuSelect 
{

    width:120px;
    height:24px;
    position:relative;
    float:left;
    text-align:center;
    padding:15px 0px 0px 0px;
    font-family:tahoma;
    font-size:15px;
    border:solid 1px #CFD8DD;
    border-bottom:0px;
    background-image:url("../Images/MenuTabBack.gif");
    color:#231f20;
    cursor:pointer;
}
    


.Main 
{
    width:930px;
    height:auto;
    position:relative;
    float:left;

    }
.MainLeft 
{
    width:610px;
    height:auto;
    border:solid 1px #ddd;
    border-top:0px;
    }
.MainRight 
{
    width:320px;
    height:auto;
    border:solid 1px #ddd;
    border-top:0px;
    border-left:0px;
    }
    
    
.Footer 
{
    width:930px;
    height:auto;
    margin-top:10px;
    font-size:10px;
    color:#fa317d;
    padding-top:5px;
    text-align:left;
    }
    
.Footer a 
{
     font-family:Verdana;
     font-size:10px;
     color:#fa317d;
     margin-left:5px;
     margin-right:5px;
     text-decoration:none;
    }
    
.Footer a:hover 
{
    color:#3298D6;
    }
   
.Brk {
    width:930px;
    text-align:center;
    margin-top:10px;
    text-align:right;
}

.Brk a {
    font-family:Verdana;
    font-size:10px;
    color:#fff;
    text-decoration:none;
}
.Brk a:hover {
    color:#4A4749;
}
   
td 
{
    vertical-align:top;
    }
   
   
.h1 
{
	font:16px "Trebuchet MS";
	color:#fe0081;
    }
    
.h2
{
	font:16px "Trebuchet MS";
	color:#000;
    }
.h3
{
	font:16px "Trebuchet MS";
	color:#2198d7;
    }
.h4
{
	font:14px "Trebuchet MS";
	color:#000;
    }
.h5
{
	font:11px "tahoma";
	color:#2198d7;
    }
 
.h5 td 
 {
     vertical-align:middle;
     }
     


h1 
{
	font:16px "Trebuchet MS";
	color:#fe0081;
    margin-bottom:10px;
    }
    
h2
{
	font:16px "Trebuchet MS";
	color:#000;
	line-height:1em;
    margin-bottom:10px;
	line-height:1.3em;
    }
   
h3
{
	font:14px "tahoma";
	color:#000;
    }
    
form {
    margin:0;
    padding:0;
}   
    
.ed-sub 
{
    color:#000;
    }
 
.PagingPage 
{
    color:#000;
    border:solid 1px #EAEAEE;
    padding:3px 6px 3px 6px;
    position:relative;
    float:left;
    margin-left:2px;
    cursor:hand;
    font-size:9px;
    text-decoration:none;
    background-color:#fff;
    } 
    
.PagingPageSelected 
{
    color:#fff;
    border:solid 1px #EAEAEE;
    padding:3px 6px 3px 6px;
    position:relative;
    float:left;
    margin-left:2px;
    background-color:#3975BB;
    cursor:hand;
    font-size:9px;
    text-decoration:none;

    } 
    
.Left 
{
    position:relative;
    float:left;
    }
.Right 
{
    position:relative;
    float:right;
    }      
    
hr 
{
    height:1px;
    font-size:1px;
    color:#DCDDDE;
    background-color:#DCDDDE;
    }
 
 .inputtext 
 {
     width:140px;
     border:solid 1px #dadada;
     background-color:#fff;
     }
 .inputbutton 
 {
     border:solid 1px #1496D9;
     background-image:url("../Images/inputbutton.jpg");
     color:#fff;
     padding:3px 10px 3px 10px;
     }
 .inputtextarea 
 {  
     width:100%;
     height:150px;
     border:solid 1px #dadada;
     background-color:#fff;
     overflow:hidden;
     }
 .Product_inputtext 
 {
     border:solid 1px #969696;
     background-color:#fff;
     height:20px;
     margin-top:-2px;
     }
 .Product_inputbutton 
 {
     border:solid 1px #969696;
     background-color:#E8E8E8;
     color:#555;
     padding:1px 6px 1px 6px;
     margin-top:-1px;
     }
     
.DefaultArgPage {
    display:none;
  }
/* // Master */    





/* Default.aspx */ 

.LastAddedReviewsTitle 
{

    }


.LastAddedReviews 
{
    width:auto;
    height:auto;
    margin-bottom:4px;
    padding-top:4px;
    border-top:solid 1px #DCDDDE;
    line-height:1.5em;
    }
    
    
.LastAddedReviews a 
{
    font-family:verdana;
    font-size:11px;
    color:#4d4d4f;
    }
    
.LastAddedReviews a:hover
{
    color:#FE0081;
    }

.LastWeek 
{
    height:auto;
    }
    
    
.LastWeeks 
{
    width:290px;
    height:auto;
    margin-top:10px;
    position:relative;
    float:left;
    margin-left:15px;
    }

.LastWeekProducts 
{
    width:auto;
    height:auto;
    margin-bottom:5px;
    padding-bottom:5px;
    border-bottom:solid 1px #DCDDDE;
    line-height:1.5em;
    }
    
.LastWeekProducts a 
{
    font-family:verdana;
    font-size:11px;
    color:#4d4d4f;
    }
    
.LastWeekProducts a:hover
{
    color:#FE0081;

    }
    
/* // Default.aspx */ 


/* LoginPanel */
.LoginMsg 
{
	font-size:12px;
	line-height:30px;
	}
	
.LoginPanel 
{
    border-bottom:solid 1px #C3DAE6;
    background-color:#EDEFEA;
    }
    
    
 .leftBorder
 {
   width:100%;
   height:auto;
   padding:1px;
   border-bottom:solid 1px #dcddde;
   border-top:none;
   border-left:none;
   position:relative;
   float:left;
}

.leftBorder a
 {
    font-family:Verdana;
    font-size:10px;
    color:#555;
}

.leftProfile
{
  width:285px;
  /*background-color:#edefea;*/
  height:auto;
  margin-top:1px;
  padding:10px 10px 10px 10px;
  border-bottom:solid 1px #dadada;
} 

ul.profile
{
  width:155px;
  height:auto;
  float:left;
  position:relative;
  margin:0;
  padding:0;
  list-style-type:none;
  text-align:left;
  margin-left:5px;
}
li.member
{
  width:155px;
  height:auto;
  float:left;
  position:relative;
  text-align:left;
  margin:0;
  padding:0;
  list-style-type:none;
  color:#4d504a;
  line-height:15px;
  
}
li.member a
{
  width:155px;
  height:auto;
  float:left;
  position:relative;
  text-align:left;
  margin:0;
  padding:0;
  color:#4d504a;
  text-decoration:none;
  padding:6px;
  font-size:10px;
}
li.member a:hover
{
  width:155px;
  height:auto;
  color:#000;
  text-decoration:underline;
}
.Avatar
{
  width:100px;
  border:solid  4px #dcdddd;
  float:left;
  max-height:120px;
  position:relative;
  margin:0;
  padding:0;
}
span.userName
{
  color:Black;
  width:130px;
  height:auto;
  position:relative;
  float:left;
  font:bold 14px "Trebuchet MS";
  margin-bottom:10px;
  margin-left:10px;
}


/* // LoginPanel */


/* Login.aspx */

.loginBack
{
  background:url("../Images/loginBack.gif") repeat-x left top;
  margin-top:0;
  width:567px;
  height:390px;
  position:relative;
  float:left;
  padding:35px 20px 20px 35px;
}


.LoginBackTitle {
	font:bold 26px "Trebuchet MS";
	color:#000;
    width:552px;
    height:auto;
    margin-bottom:10px;
}

.LoginBackTitle2 {
	font:normal 17px tahoma;
	color:#525151;
	width:280px;
    width:280px;
    height:auto;
    margin-bottom:10px;
}

.women {
    text-align:right;
    width:552px;
    height:auto;
    margin-bottom:10px;
}

.ok {
    height:auto;
    position:relative;
    float:left;
    width:290px;
    height:auto;
}

.LoginBackContent {
	font:normal 17px tahoma;
	color:#525151;
	margin:0;
	text-align:right;
    width:260px;
    height:auto;
    position:relative;
    float:right;
    margin-top:20px;
}

.LoginBackButton {
	width:145px;
	height:32px;
	background:url(../Images/inputbutton.jpg) repeat-x left top;
	color:#525151;
    height:auto;
    font-family:Tahoma;
    font-size:18px;
    color:#fff;
    padding:5px;
    text-align:center;
    cursor:pointer;
    position:relative;
    float:right;
    margin-top:20px;
    letter-spacing:0.1em;
}



/* // Login.aspx */


/* // MyEd.aspx */

.TopContentMenu
{
  width:610px;
  height:16px;
  background:url(../Images/ulBG.gif) repeat-x left top;
  padding:10px 5px 5px 5px;
  border-right:solid 1px #e7e7e4;
  border-bottom:solid 1px #e7e7e4;
}

.TopContentMenu a 
{
    margin-right:4px;
    margin-left:4px;
    font-family:Verdana;
    font-size:10px;
    color:#555;
    cursor:pointer;
    }
    
.TopContentMenu a:hover
{
    color:#5CA9E5;
    }
    
    
    
.TopContentSubMenu
{
  width:610px;
  height:16px;
  padding:10px 5px 5px 5px;
  border-right:solid 1px #e7e7e4;
  border-bottom:solid 1px #e7e7e4;
  background-color:#fff;
  display:none;
}

.TopContentSubMenu a 
{
    margin-right:4px;
    margin-left:4px;
    font-family:Verdana;
    font-size:10px;
    color:#555;
    cursor:pointer;
    }
    
.TopContentSubMenu a:hover
{
    color:#5CA9E5;
    }
    

.ContentBg
{
   width:600px;
   height:auto;
   float:left;
   position:relative;
   background:url(../Images/contentBg.jpg) repeat-x left top ;
   padding:5px;
   text-align:left;
}
.ContentBg a:link,.ContentBg a:visited
{ 
	color:#fe0281;
	text-decoration:underline;
   
}
.ContentBg a:hover,.ContentBg a:active
{ 
	color:#fe0281;
	text-decoration:none;
   
}
.ContentMyEd
{
  width:550px;
  height:auto;
  float:left;
  position:relative;
  margin:10px 0 10px 10px;
  padding:0;
}

.edpointsss 
{
	cursor:help;
	}
/* // MyEd.aspx */


/* adv search */


div.advSrch
{
  width:306px;
  height:44px;
  float:left;
  position:relative;
  background:url(../Images/srch_adv_Bg.jpg) repeat-x left;
  padding:0;
}
span.advText
{
  height:22px;
  padding-left:15px;
  text-align:left;
  position:relative;
  float:left;
  padding-top:5px;
}
span.advText a
{
  color:#fe0081;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
  margin:5px 0 0 0px;
}
span.advText a:hover
{
	text-decoration:underline;
 
}


/* // adv search */

/* Product.aspx */ 

.ProductQuickSearch 
{
    width:95%;
    background-color:#ECEBE7;
    height:auto;
    margin:10px;
    padding:5px;
    border:solid 1px #CFD0CD;
    }

.CommentBorder 
{
    width:97%;
    height:auto;
    margin:6px;
    padding:5px;
    }
/* // Product.aspx */


/* GridWiew */ 


.GridWiewTable 
{
    width:100%;
    }
    
.GridWiewTitle 
{
    background-image:url("../Images/grid-h.gif");
    padding:5px;
    }
    
.GridWiew 
{
    padding:5px;
    }
    
.GridWiew a
{
    color:#4366CF;
    }
.GridWiew a:hover
{
    color:#FE0081;
    }
    
.PageInfo 
{
    text-align:right;
    font-weight:bold;
    margin-bottom:10px;
    margin-top:10px;
    }
/* GridWiew */ 


.TokenContent {
    width:95%;
    padding:10px;
    margin-bottom:5px;
    font-family:Tahoma;
    font-size:12px;
    color:#000;
    line-height:2em;
}

.token_0 {
    width:100%;
    background-image:url("../Images/Icon/token_0.gif");
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:25px;
}
.token_1 {
    width:100%;
    background-image:url("../Images/Icon/token_1.gif");
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:25px;
}
.token_i {
    width:100%;
    background-image:url("../Images/Icon/token_i.gif");
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:25px;
}

.TokenContent a {
    color:#000;
}
.TokenContent a:hover {
    text-decoration:underline;
}



.ReviewContent 
{
    width:95%;
    padding:10px;
    margin-bottom:5px;
    font-size:12px;
    line-height:2em;
    }
    
.ReviewContent a
{
    font-size:12px;
    margin-right:5px;
    margin-left:5px;
    color:#000;
    }
.ReviewContent a:hover 
{
    color:#5CA9E5;
    }
    
.Star 
{
    margin-right:5px;
    }
    
.Star img
{
    margin-right:4px;
    margin-top:-4px;
    padding:0px;
    }
    
.MemberProperty 
{
    font-size:10px;
    }
    
.ReviewContentText 
{
    font-size:12px;
    color:#333;
    }   
    
.MemberProperty .bs
{
    margin-right:25px;
    }
    
a.ReviewsProduct
{
    font-size:15px;
    margin:0px;
    color:#FE0081;
    }
    
.ReviewButton 
{
    text-align:right;
    }
    
.ReviewButton a 
{
    margin-right:0;
    margin-left:10px;
    cursor:pointer;
    }   
    
.FriendMembers 
{
    margin-bottom:20px;
    }
    
.FriendMembersAvatar
{
    width:90px;
    position:relative;
    float:left;
    }

.FriendMembersAvatar img 
{
    border:solid 3px #DCDDDD;
    margin-top:2px;
    height:58px;
    width:75px;
    }
    
.FriendMembersContent
{   
    width:450px;
    font-family:Tahoma;
    font-size:10px;
    color:#555;
    position:relative;
    float:left;
    line-height:2.2em;
    }
    
.FriendMembersRight 
{
    width:20px;
    height:auto;
    position:relative;
    float:right;
    cursor:pointer;
    }
    
.FriendMembersContent a
{   
    font-family:Tahoma;
    font-size:14px;
    color:#000;
    }
   
.FriendMembersContent a:hover
{   
    color:#FE0081;
    }
    
.FriendMembersAr 
{
    margin-right:10px;
    }

.FriendMembersContentTitle 
{
    font-family:Tahoma;
    font-size:14px;
    color:#000;
    }

.Pm_inputtext
{	
	border:solid 1px #DADADA;
	overflow:hidden;
	}

.Pm_inputtextarea
{	
	width:100%;
	height:100px;
	border:solid 1px #DADADA;
	overflow:hidden;
	}
	
.Pm_inputbutton 
{
	padding:3px 5px 3px 5px;
	color:#555;
	background-color:#fff;
	border:solid 1px #DADADA;
	}
    
.ClipsedArgumen 
{		
	width:150px;
	height:auto;
	display:none;
	position:absolute;
	top:0;
	left:0;
	border:solid 1px #DADADA;
	line-height:1.7em;
	padding:3px;
	font-size:13px;
	background-color:#fff;
	z-index:1;
	text-align:left;
	cursor:default;
	}
	
.ClipsedArgumens 
{
	cursor:pointer;
	}
	
.Panel 
{
    width:100%;
    margin-bottom:10px;
    }
.Panel a
{
    text-decoration:underline;
    }

.SWDetails 
{
    width:99%;
    height:auto;    
    }
    
.Panel 
{
    width:100%;
    font-size:16px;
    color:#4DA4DD;
    }
.SwS 
{
    font-size:13px;
    color:#4DA4DD;
    font-weight:bold;
    line-height:2em;
    }
.SwC 
{
    font-size:13px;
    color:#333;
    line-height:2em;
    }
    
.SwU 
{
    font-size:13px;
    color:#000;
    }
.SwU a
{
    font-size:13px;
    } 
.SwUC 
{
    font-size:13px;
    color:#333;
    line-height:2em;
    }
    
    
/* ProductDetails */


.ProductDetails 
{
    width:585px;
    height:auto;
    position:relative;
    float:left;
    }

.prd_left 
{
    width:430px;
    height:auto;
    position:relative;
    float:left;
    }
.prd_right
{
    width:155px;
    height:auto;
    position:relative;
    float:left;
    }
.prd_right img
{
    border:solid 1px #dadada;
    margin:0;
    margin-bottom:5px;
    }
    
img { border:0px; }
    
.prd_map 
{
    font-family:"Trebuchet MS";
    font-size:16px;
    color:#4d5151;
    margin-bottom:10px;
    }
.prd_bt 
{
    font-family:"Trebuchet MS";
    font-size:16px;
    color:#da0772;
    margin-bottom:10px;
    }    
.prd_prp 
{
    width:210px;
    height:30px;
    position:relative;
    float:left;
    font-family:verdana;
    font-size:13px;
    color:#333;
    }

.prd_prpl 
{
    position:relative;
    float:left;
    width:130px;
    }
.prd_prpc 
{
    position:relative;
    float:left;
    width:20px;
    }
.prd_prpr
{
    position:relative;
    float:left;
    width:60px;
    }
    
.AddFvr 
{
    width:110px;
    height:auto;
    border:solid 1px #dadada;
    padding:5px 5px 5px 35px;
    background-image:url("../Images/Heart.gif");
    background-repeat:no-repeat;
    background-position:10px center;
    cursor:pointer;
    margin-top:5px;
    }
    
.AddedFvr 
{
    width:140px;
    height:auto;
    }
.AddedFvr img 
{
    border:0;
    }
    
    
.prdy_tab 
{
    width:585px;
    height:29px;
    font-size:14px;
    font-family:tahoma;
    color:#4398df;
    border-bottom:solid 1px #dadada;
    position:relative;
    float:left;
    }
    
.prdy_tabs_select
{
   width:163px;
   height:23px;
   position:relative;
   float:left;
   text-align:center;
   background-image:url("../Images/TabBack.gif");
   padding-top:7px;
   margin-left:20px;
   cursor:pointer;
}

.prdy_tabs
{
   width:163px;
   height:23px;
   position:relative;
   float:left;
   text-align:center;
   padding-top:7px;
   margin-left:20px;
   cursor:pointer;
   margin-bottom:10px;
}


.prdy_tabs_cnt 
{   
    position:relative;
    float:left;
    display:none;
    margin-top:20px;
    }
    
    
.prdr_r 
{
    width:585px;
    height:auto;
    border-bottom:solid 1px #dadada;
    padding-bottom:20px;
    margin-bottom:10px;
    }    
    
.prdr_t 
{
    width:585px;
    height:auto;
    margin:10px 0px 10px 0px;
    font-family:Tahoma;
    font-size:13px;
    }
.prdr_t a
{
    font-family:Tahoma;
    font-size:13px;
    color:#333;
    }
.prdr_t a:hover
{
    color:#FE0081;
    }
.prdr_p
{
    font-family:Verdana;
    font-size:10px;
    color:#6d6e70;
    }
.prdr_c 
{   
    width:585px;
    font-family:Verdana;
    font-size:12px;
    color:#333;
    margin-top:10px;
    margin-bottom:10px;
    line-height:2em;
    }
.prdr_b
{
    width:585px;
    height:auto;
    }
.prdr_b_b
{
    border:solid 1px #dadada;
    background-color:#fff;
    padding:0px 3px 0px 3px;
    }

.prdr_ar 
{
   margin-right:10px;
    }
    
.prdr_ar a {
     text-decoration:underline;
}
    
    
.AddUserfulReviews 
{
    margin-top:10px;
    }
    
    
/* / ProductDetails */


/* AddReviews */ 

.AddR_t 
{
    font-family:Verdana;
    font-size:16px;
    color:#333;
    }
.AddR_ita 
{
    margin-top:10px;
    width:98%;
    border:solid 1px #dadada;
    height:120px;
    padding:3px;
    overflow:hidden;
    }
.AddR_ib 
{
    border:solid 1px #D3D4D1;
    background-color:#ECEBE7;
    color:#248BC5;
    font-weight:bold;
    }
.AddR_ar
{
    width:225px;
    height:auto;
    margin-top:15px;
    margin-bottom:15px;
    font-family:Verdana;
    font-size:13px;
    color:#333;
    }
.AddR_ar_l
{
    width:120px;
    height:auto;
    position:relative;
    float:left;
    }
.AddR_ar_c
{
    width:20px;
    height:auto;
    position:relative;
    float:left;
    }
.AddR_ar_r
{
    width:80px;
    height:auto;
    position:relative;
    float:left;
    cursor:pointer;

    }
    

.AddR_ar_r_star
{
    width:11px;
    height:11px;
    position:relative;
    float:left;
    background-image:url("../Images/Star.gif");
    background-repeat:no-repeat;
    margin-right:3px;
    }
.AddR_ar_r_star_a
{
    width:11px;
    height:11px;
    position:relative;
    float:left;
    background-image:url("../Images/AlphaStar.gif");
    margin-right:3px;
    background-repeat:no-repeat;
    }
.AddR_ar_r_star_r
{
    width:11px;
    height:11px;
    position:relative;
    float:left;
    background-image:url("../Images/Star_r.gif");
    margin-right:3px;
    background-repeat:no-repeat;
    }
    
.AddR_rslt 
{
    margin-right:10px;
    font-family:Verdana;
    font-size:13px;
    }
    
.SendReviews {
    width:360px;
    height:auto;
    margin-top:10px;
    text-align:right;
}
/* / AddReviews */


/* Jquery autocomplete */


.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}


/* / Jquery autocomplete */


.DeleteFvrproduct 
{
    width:12px;
    margin:0;
    padding:0;
    cursor:pointer;
    }
    
    
/* Product_request */


.Prd_rq_t 
{
    width:585px;
    height:auto;
    font-family:"Trebuchet MS";
    font-size:16px;
    color:#3297d6;
    margin-bottom:10px;
    }

.Prd_rq_c 
{
    width:420px;
    height:auto;
    font-family:Verdana;
    font-size:11px;
    color:#333;
    line-height:1.5em;
    margin-bottom:10px;
   
    }
    
.Prd_rq_st 
{   
    width:204px;
    height:auto;
    font-family:Tahoma;
    font-size:11px;
    color:#000;
    font-weight:bold;
    position:relative;
    float:left; 
    margin-bottom:10px;

    }
    
.Prd_rq_st_it_it 
{
    border:solid 1px #CFD0CD;
    padding:3px;
    }
    
.Prd_rq_st_ita_c 
{
    width:420px;
    height:auto;
    font-family:Verdana;
    font-size:10px;
    color:#333;
    line-height:1.5em;
    margin-bottom:10px;
    }

.Prd_rq_st_ita 
{
    width:420px;
    margin-bottom:10px;
    }

.Prd_rq_st_ita_ita 
{
    border:solid 1px #CFD0CD;
    padding:3px;
    width:100%;
    height:150px;
    overflow:hidden;
    }
        
.Prd_rq_st_ita_sm 
{
    width:420px;
    margin-bottom:10px;
    }
    
.Prd_rq_st_btn 
{
    width:420px;
    }
.Prd_rq_st_btn_ib 
{
    border:solid 1px #dadada;
    background-color:#ECEBE7;
    color:#248BC5;
    margin-right:10px;
    }
    
.Prd_rq_st_rslt 
{
    font-family:Verdana;    
    font-size:12px;
    }
    
/* / Product_request */

.LostPwControl {
    margin-left:20px;
    font-family:verdana;
    font-size:11px;
}

.MemberActive 
{
    padding:20px;
    text-align:center;
    font-family:Verdana;
    font-size:14px;
    color:#555;
    }
    
    
/* MemberProfile */

.MemberProfileCenter 
{
    padding:20px;
    text-align:center;
    font-family:Verdana;
    font-size:14px;
    color:#555;
    }
    
    
.MemberProfileLeft 
{
    width:120px;
    height:auto;
    position:relative;
    float:left;
    text-align:right;
    line-height:2.5em;
    }
    
.MemberProfileLeft a
{
    font-size:11px;
    font-family:Tahoma;
    color:#4d504a;
    margin-right:10px;
    }
.MemberProfileLeft a:hover
{
    color:#000;
    text-decoration:underline;
    }
    
.MemberProfileRight
{
    width:474px;
    height:auto;
    position:relative;
    float:left;
    }
.MemberProfileRightTitle
{
    font-family:"Trebuchet MS";
    font-size:16px;
    color:#000;
    margin-bottom:10px;
    }
    
.MemberProfileRightUserByName 
{
    font-size:11px;
    font-family:Verdana;
    color:#000;
    font-weight:bold;
    line-height:2em;
    }
.MemberProfileRightUserInfo
{
    font-size:11px;
    font-family:Tahoma;
    color:#000;
    line-height:2em;
    margin-bottom:10px;
    }
    
.MemberProfileRightUserInfoLower
{
    font-size:11px;
    font-family:Verdana;
    color:#333;
    line-height:2em;
    margin-bottom:10px;
    }

/* / MemberProfile */


/* EditProfile.aspx */


.EditProfile 
{
    padding:20px;
    }

.EditProfileTitle 
{
    width:550px;
    height:auto;
    font-family:Trebuchet MS;
    font-size:16px;
    color:#000;
    margin-bottom:10px;
    }
    
.EditProfileCTitle 
{
    width:550px;
    height:auto;
    font-family:Trebuchet MS;
    font-size:15px;
    color:#4d4d4f;
    margin-bottom:10px;
    position:relative;
    float:left;
    }

.EditProfileArg 
{
    width:285px;
    height:60px;
    position:relative;
    float:left;
    margin-bottom:10px;
    }
    
.EditProfileArgTitle 
{
    font-family:Arial;
    font-size:14px;
    color:#2398ea;
    font-weight:bold;
    margin-bottom:10px;
    }
    
.EditProfileArgTitleCnt 
{
    font-family:Arial;
    font-size:11px;
    color:#000;
    font-weight:normal;
    margin-left:5px;
    }
    
.EditProfileArgCnt 
{
    
    }
    

.EditProfileArgB 
{
    width:550px;
    height:auto;
    position:relative;
    float:left;
    margin-bottom:10px;
    }



.EditProfileArgCnttext 
{
    width:200px;
    height:auto;
    font-family:Verdana;
    font-size:14px;
    padding:5px;
    border:solid 1px #C8CACC;
    color:#555;
    }
    
.EditProfileArgCnttextarea 
{
    width:550px;
    height:150px;
    padding:5px;
    font-family:Verdana;
    font-size:14px;
    border:solid 1px #C8CACC;
    overflow:hidden;
    color:#555;
    }
    
    
/* EditProfile.aspx */



.Info 
{
    width:85%;
    height:auto;
    padding:5px;
    background-color:#F5FAFC;
    border:solid 1px #D7EDF4;
    line-height:1.5em;
    color:#78A28F;
    font-family:tahoma;
    font-size:10px;
    background-image:url("../Images/icon_success.gif");
    background-repeat:no-repeat;
    background-position:10px center;
    padding-left:30px;
    display:none;
    }
    
.Error 
{
    width:85%;
    height:auto;
    padding:5px;
    background-color:#fcf5f5;
    border:solid 1px #f4d7d7;
    line-height:1.5em;
    color:#ff3c3c;
    font-family:tahoma;
    font-size:10px;
    background-image:url("../Images/icon_error.gif");
    background-repeat:no-repeat;
    background-position:10px center;
    padding-left:30px;
    display:none;
    }
    
    
/* AdvancedSearch.aspx */    
.AdvSrcCnt {
    width:580px;
    height:auto;
    background-image:url("../Images/adv_searc_bck.gif");
    background-repeat:repeat-x;
    background-color:#fff;
    border:solid 1px #D1D1CF;
    margin:10px;
    padding:10px;
}

.AdvSrcArgmn {
    width:580px;
    height:auto;
    margin-bottom:10px;
}

.AdvSrcTitle {
    font-family:Verdana;
    font-size:11px;
    color:#000;
    font-weight:bold;
    margin-top:10px;
}
    
.AdvSrcR {
    cursor:pointer;
}
    
.AdvSrcForm {
    width:580px;
    height:auto;
    display:none;
}
    
.AdvSrcArg {
    width:auto;
    position:relative;
    float:left;
    margin-right:15px;
    line-height:2em;
}

.AdvSrcButton {
    width:580px;
    height:auto;
    margin-top:10px;
}

.AdvSrcBtn {
    background-color:#BEC0BD;
    border:solid 1px #CFD0CD;
    padding:0px 20px 0px 20px;
}

.AdvSrcRslt {
    width:600px;
    height:auto;
    margin:10px;
    padding:0px;
}

.AdvSrcCntS {
    width:580px;
    font-family:"Trebuchet MS";
    font-size:18px;
    color:#3297D6;
    margin:10px;
}
    


/* AdvancedSearch.aspx */


#Npmt td {
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
}


/* Swap.aspx */

.SwPanel {
    width:600px;
    height:auto;
    margin-bottom:10px;
}

.SwTitle {
    font-family:"Trebuchet MS";
    font-size:16px;
    color:#4d5151;
}


.SwLeft {
    width:350px;
    height:auto;
    position:relative;
    float:left;
    line-height:2em;
}
.SwRight {
    width:250px;
    height:auto;
    position:relative;
    float:left;
    
}

.SwLeftLeft {
    width:100px;
    height:auto;
    position:relative;
    float:left;
    font-family:Tahoma;
    font-size:12px;
    color:#3298d6;
    line-height:2em;
    margin-bottom:10px;
}
.SwLeftCenter {
    width:20px;
    height:auto;
    position:relative;
    float:left;
    text-align:center;
    line-height:2em;
    font-size:12px;
    margin-bottom:10px;
}
.SwLeftRight {
    width:230px;
    height:auto;
    position:relative;
    float:left;
    line-height:2em;
    font-size:12px;
    margin-bottom:10px;
}

.SwTitleBold {
    font-family:Verdana;
    font-size:12px;
    color:#000;
}

.SwTitleBold a {
    font-family:Verdana;
    font-size:12px;
    color:#fe0281;
}
.SwTitleBold a:hover {
    text-decoration:underline;
}

.SwContent {
    font-family:Verdana;
    font-size:11px;
    color:#333;
    line-height:1.5em;
}

/* Swap.aspx */

.MyEdContent {
    line-height:2em;
}

.fileup 
{
	border:solid 1px silver;
	height:25px;
}

.galerisil 
{
	width:110px; height:20px; float:left;
	text-align:center;
}
.galerisil a
{
     font-family:Verdana;
     font-size:11px;
     color:#fa317d;
     text-decoration:none;
     cursor:pointer;
}
.galerisil a:hover
{
    color:#3298D6;
}

.beta 
{
	width:59px;
	height:59px;
	background-image:url("../images/beta.gif");
	background-repeat:no-repeat;
	top:0px;
}

.icerik 
{
	width:545px;
	height:auto;
	float:left;
	font-family:Arial;
	font-size:12px;
	line-height:2em;
	color:#000;
}

.right2 
{
	width:306px;
	height:auto;
	float:left;
	display:inline;
	margin-top:30px;

}

.right2title 
{
	width:285px;
	height:34px;
	float:left;
	display:inline;
	font-family:Arial;
	font-size:18px;
	color:#6292e5;
	padding-left:30px;
	margin-top:3px;
}

.right2titletext 
{
	width:266px;
	height:21px;
	float:left;
	border-top:solid 1px #ecece7;
	display:inline;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#000;
	text-align:left;
	padding-left:50px;
	padding-top:7px;
}

.right2titletext a 
{
		font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#000;
	text-decoration:none;
}
.right2titletext a:hover 
{
	color:#fe0081;
}

.right2titletext2s
{
	width:266px;
	height:21px;
	float:left;
	border-top:solid 1px #ecece7;
	display:inline;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#000;
	text-align:left;
	padding-left:30px;
	padding-top:7px;
}

.right2titletext2s a 
{
		font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#000;
	text-decoration:none;
}
.right2titletext2s a:hover 
{
	color:#fe0081;
}



.right2titletext2
{
	width:255px;
	height:21px;
	float:left;
	border-top:solid 1px #ecece7;
	display:inline;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#000;
	text-align:left;
	padding-left:55px;
	padding-top:7px;
	margin-left:3px;
}

.right2titletext2 a 
{
		font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#000;
	text-decoration:none;
}
.right2titletext2 a:hover 
{
	color:#fe0081;
}

/* FotoBlog Start */

.fotoblog 
{
	width:575px;
	height:auto;
	float:left;
	display:inline;
	margin-top:15px;
	margin-left:15px;
}

.fotoblogtitle 
{
	width:230px;
	height:22px;
	float:left;
	font-family:Verdana;
	font-size:16px;
	color:#000;
	font-weight:bold;
}

.fotoblogtitle2
{

	height:22px;
	float:left;
	font-family:Verdana;
	font-size:13px;
	color:#000;
	font-weight:bold;
	margin-left:10px;
	display:inline;
}

.fotoblogmain 
{
	width:555px;
	height:auto;
	float:left;
	display:inline;
	margin-top:15px;
}

.fotoblogmainpic 
{
	width:145px;
	height:auto;
	float:left;
	border:solid 3px #dedfe0;
}

.fotoblogmaintext 
{
	width:380px;
	height:auto;
	float:left;
	font-family:Verdana;
	font-size:14px;
	display:inline;
	margin-left:15px;

	line-height:1.5em;
}
.fotoblogmaintext a { text-decoration:none; color:#000; font-family:Verdana; font-size:14px;}
.fotoblogmaintext a:hover { color:#ec008c; }

.fotoblogmaintextalt 
{
	width:375px;
	height:auto;
	float:left;
	display:inline;
	margin-top:5px;
}
.fotoblogmaintextaltleft 
{
	float:left;
	color:#000;
}
.fotoblogmaintextaltright 
{
	float:right;
	text-decoration:underline;
	font-weight:bold;
	color:#000;
	font-size:12px;
}
.fotoblogmaintextaltright a { font-size:12px; }
.commentsall 
{
	width:622px; height:auto; float:left; border-bottom:solid 1px #dfe0e1;
	background-image:url("../images/commetnsbg.gif");
}

.bigpiccom 
{
	width:565px; height:auto; float:left;
	margin-top:20px;
	margin-left:25px;
	display:inline;
}

.bigpiccomtitle 
{
	width:565px;
	height:auto;
	float:left;
	margin-left:25px;
	display:inline;
	margin-top:15px;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana;
	color:#ec008c;
	line-height:1.5em;	
}

.commentsmain 
{
	width:570px;
	height:auto;
	float:left;

	margin-left:25px;
	margin-top:25px;
	display:inline;
}

.commentsmainall
{
	width:567px;
	height:auto;
	float:left;

	display:inline;
	margin-top:20px;
}
.commentsmainallpic 
{
	width:100px;
	height:auto;
	border:solid 3px #ec008c;	
	float:left;
	margin-top:20px;
	display:inline;
}
.commentsmainallup 
{
	width:434px;
	height:auto;
	float:left;
	color:#000;
	font-family:tahoma;
	font-size:12px;
	display:inline;
}

.balontre 
{
	float:left; width:23px; height:50px;
	background-image:url("../images/uyar.gif");
	background-repeat:no-repeat;
	margin-top:40px;
}

.commentsmainallupleft { float:left; }
.commentsmainallupright { float:right }
.commentsmainallupright a { font-size:11px; color:#000; }
.commentsmainallupright a:hover { text-decoration:underline; }	

.balon
{
	width:430px;
	height:17px;
	float:left;
	background-image:url("../images/ust.gif");
	margin-top:10px;

	
}

.balonorta 
{
	width:430px;
	height:auto;
	float:left;
	background-color:#fefca7;
	line-height:2em;
}

.balonortatext 
{
	width:400px;
	height:auto;
	float:left;
	line-height:2em;
	display:inline;
	margin-left:15px;
}

.balonalt
{
	width:430px;
	height:13px;
	float:left;
	background-image:url("../images/alt.gif");
}

.rightup 
{
	width:282px; height:auto; float:left; display:inline; margin-left:10px; margin-bottom:15px;
}

.rightuppic 
{
	width:44px; height:auto; float:left; border:solid 1px #dadada; margin-top:5px; display:inline;
}

.rightuptext
{
	width:222px; height:auto; float:left;  display:inline; margin-left:10px; line-height:1.5em;
}

.rightuptext a { font-size:11px; color:#000; font-family:Verdana; }

.rightuptext a:hover {color:#ec008c;}

.yorumyaz1 
{
	float:left; width:500px; height:auto; display:inline; margin-top:50px; margin-left:20px;
}

.textmultimode 
{
	border:Solid 1px #dfe0e1;
	width:400px;
	height:200px;
	overflow:hidden;
	display:inline;
	margin-top:10px;
}

.pickuc { float:left; border:solid 1px #dadada; width:60px; height:94px; margin-right:10px; } 


/* Gridview Paging*/

div.AspNet-GridView-Pagination
{
	background: #e6e9ee;
	text-align: center;
	padding: 2px 3px 2px 3px;
	font-size: 0.9em;
	min-height: 1px; /* Force layout in IE7 to prevent rendering issues */    
}
div.AspNet-GridView-Pagination span 
{
	padding: 0px 3px;
	background: #d8ecf6;
	border: 1px solid #96d9f9;
	}
div.grid-row-count 
{
	color: #666666;
	padding: 2px 0px 2px 6px;
	font-size: 0.8em;
}

.descmulti 
{
	width:350px;
	height:200px;
	border:Solid 1px #dadada;
	margin-top:10px;
	overflow:hidden;
}

.descmulti2
{
	width:350px;
	height:100px;
	border:Solid 1px #dadada;
	margin-top:10px;
	overflow:hidden;
}



.fotoblogmain2 
{
	width:555px;
	height:auto;
	float:left;
	display:inline;
	margin-top:15px;
}

.fotoblogmain2 img { display:inline; float:left; margin-right:38px; margin-top:38px; border:Solid 1px #ec008c; }












.videosm 
{
	width:386px;
	height:auto;
	float:left;
	display:inline;

	margin-top:25px;
}

.videosm1 
{
	width:372px;
	height:auto;
	float:left;
	display:inline;
}

.videom1pic 
{
	width:61px;
	height:130px;
	float:left;
}

.videom1text 
{
	width:308px;
	height:134px;
	float:left;

}

.videom1texttitle 
{
	font-family:Arial;
	font-size:16px;
	color:#000;
	

}

.videosm1txttext 
{
	width:193px;
	height:92px;
	margin-top:10px;
	display:inline;
	float:left;
	font-family:tahoma;
	font-size:11px;
	color:#000;
}

.videosm1txttext a { color:#000; font-size:11px; font-family:Verdana; }
.videosm1txttext a:hover { text-decoration:underline; }
.videoizle 
{
	width:190px;
	height:auto;
	float:left;
	display:inline;
	background-image:url("../images/izle.gif");
	background-repeat:no-repeat;
	margin-left:20px;

}
.videoizles
{
	width:190px;
	height:auto;
	float:left;
	display:inline;
	background-image:url("../images/izle.gif");
	background-repeat:no-repeat;
	margin-left:20px;

}

.videoizle5
{
	width:190px;
	height:auto;
	float:left;
	display:inline;
	background-image:url("../images/kaydetdo.gif");
	background-repeat:no-repeat;
	margin-left:20px;

}

.videoizle2
{
	width:190px;
	height:20px;
	float:left;
	display:inline;
	background-image:url("../images/duzenlev.gif");
	background-repeat:no-repeat;
	margin-left:20px;
	margin-top:5px;
}

.videoizle3
{
	width:190px;
	height:20px;
	float:left;
	display:inline;
	background-image:url("../images/sil2.jpg");
	background-repeat:no-repeat;
	margin-left:20px;
	margin-top:5px;
}
.videoizle31
{
	width:190px;
	height:20px;
	float:left;
	display:inline;
	background-image:url("../images/album.jpg");
	background-repeat:no-repeat;
	margin-left:20px;
	margin-top:5px;
}

.videoizle4
{
	width:200px;
	height:20px;
	float:left;
	display:inline;
	background-image:url("../images/iliski.gif");
	background-repeat:no-repeat;
	margin-left:20px;
	margin-top:5px;
}

.videoizle3s
{
	width:90px;
	height:20px;
	float:left;
	display:inline;
	background-image:url("../images/sil2.jpg");
	background-repeat:no-repeat;
	margin-left:20px;
	margin-top:5px;
}






.textbox2c
{
	border:Solid 1px #cfd0cd;
	float:left;

	display:inline;
	width:200px;
	height:150px;
	margin-right:10px;
	margin-bottom:10px;
	overflow:hidden;
	
}

.ilerigeri 
{
	float:right; width:55px; font-family:Verdana; font-size:10px; color:#000;
}

.ilerigeri a { color:#000; font-size:10px; font-family:Verdana; }
.ilerigeri a:hover { text-decoration:underline; }

