﻿/* get rid of copy paste people  */

body
{

       -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* New Section by Satty from Jan 26 2011*/

/* Reviews- Buttons*/
.button
{
	margin: 0px !important;
	border: 1px solid #CCC;
	border-color: #999;
	outline: 0px;
	background: #F3F3F3 -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#EBEBEB));
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#EBEBEB));
	cursor: pointer;
}

.button.roundcorner
{
	border-bottom-left-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
}

.button.square
{
	border-bottom-left-radius: 1px 1px!impornant;
	border-top-left-radius: 1px 1px!impornant;
	border-bottom-right-radius: 1px 1px!impornant;
	border-top-right-radius: 1px 1px!impornant;
}

.button:focus, .button:active, .button:hover
{
	-webkit-box-shadow: #999 0px 0px 3px;
}

.button.myadd
{
	margin: 2px !important;
	width: 250px;
	float: left;
}

.button.myadd .content
{
	line-height: 4em;
	font-size: 18px;
	padding: 5px;
}

.button.sendmessage.content
{
	color: black;
	cursor: pointer;
	padding: 7px 9px 6px;
	overflow: visible;
	white-space: nowrap;
}

/* My Advertisement - Buttons End*/


/* Feedback */
.review
{
	background-color: white;
	border-style: ridge;
	padding: 15px;
	border-width: 1px;
	width: 620px;
	vertical-align: bottom;
	color: #414340;
	border-color: grey;
	text-align: left;
	position: relative;
	display: table;
}

.review .header
{
	font-size: 18px;
	width: 100%;
}
.subheader
{
	font-size: 16px;
	width: 100%;
	font-weight: bold;
	padding-bottom: 5px;
}
.review .consumername
{
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	float: left;
	color: blue;
}
.review .consumersays
{
	float: inherit;
	padding-top: 5px;
}
.review .consumeropinions
{
	float: right;
	padding: 5px 5px 0px;
}

.review .reviewentity
{
	width: 100%;
	background: #F7F0E0 none repeat scroll 0 0;
	display: table;
	margin: 4px;
	padding: 4px;
}
#watch-actions
{
	margin-bottom: 10px;
	width: 640px;
}
.sprite
{
	background: url(../images/sprite/master-vfl9M3tEZ.png);
}
.hand
{
	height: 19px;
	width: 16px;
}


.like
{
	background-position: -136px -38px;
}
.like:hover
{
	background-position: -136px -58px;
}
.dislike
{
	background-position: -136px 1px;
}
.dislike:hover
{
	background-position: -136px -18px;
}
.handsmall
{
	height: 12px;
	width: 12px;
	margin: 2px;
	cursor: pointer;
}
.likesmall
{
	background-position: 0px -52px;
}
.dislikesmall
{
	background-position: -13px -52px;
}

.button:focus, .button:active, .button:hover
{
	-webkit-box-shadow: #999 0px 0px 3px;
}

.button1start
{
}
.button1end
{
}

.buttonreply
{
	height: 1.8em;
}
.buttoncontent
{
	color: black;
	cursor: pointer;
	display: absolute;
	height: .6em;
	line-height: 2em;
	overflow: visible;
	padding: 0px 0.5em 1px;
	white-space: nowrap;
}
.buttonlarge
{
	color: black;
	cursor: pointer;
	display: absolute;
	height: 2.6em;
	line-height: 2em;
	overflow: visible;
	padding: 0px 0.5em 1px;
	white-space: nowrap;
}
.hr
{
	float: right;
	width: 100%;
}

/* Feedback End */

/* Text counter */

.charleft.originalDisplayInfo
{
	text-align: right;
	color: blue;
	width: 90% !important;
}
/* Text counter end */



