/* Web-content */
.diysdk_paypal_paypalShop.web_view.webcomponent h4      { margin: 0px; line-height: 140%; }
.diysdk_paypal_paypalShop.web_view.webcomponent .clear  { clear: both;}
.diysdk_paypal_paypalShop.web_view.webcomponent .fleft  { float: left; }
.diysdk_paypal_paypalShop.web_view.webcomponent .fright { float: right; }
.diysdk_paypal_paypalShop.web_view.webcomponent .h20p   { height: 20px; }
.diysdk_paypal_paypalShop.web_view.webcomponent .hide   { display: none; }
.diysdk_paypal_paypalShop.web_view.webcomponent .payPayWidgetMain   { clear: both; width: 100%; }
.diysdk_paypal_paypalShop.web_view.webcomponent .ccLogo             { margin: 0 auto; padding: 5px 0 0; }
.diysdk_paypal_paypalShop.web_view.webcomponent .txtCenter          { text-align: center; }

.diysdk_paypal_paypalShop.web_view.webcomponent button.billMeButton {
    background: url("../images/btn_bml_SM.png") no-repeat scroll transparent;
    border: 0 none;
    cursor: pointer;
    float: none;
    height: 30px;
    width: 150px;
}
.diysdk_paypal_paypalShop.web_view.webcomponent button.paypalButton {
    background: url("../images/button_left_corner.png") no-repeat scroll left center transparent;
    border: 0 none;
    cursor: pointer;
    float: none;
    margin: 0;
    overflow: visible;
    padding: 0 0 0 14px;
    width: auto;
    height:auto;
}
.diysdk_paypal_paypalShop.web_view.webcomponent button.paypalButton span {
    background: url("../images/button_right_corner.png") no-repeat scroll right 0 transparent;
    color: #FFFFFF;
    float: left;
    height: 27px;
    line-height: 27px;
    margin-left: -3px;
    padding: 0 15px 0 0;
    text-align: center;
    white-space: nowrap;
}
.diysdk_paypal_paypalShop.web_view.webcomponent button.paypalButton span span {
    background: url("../images/button_midd_bg.png") repeat-x scroll right 0 transparent;
    color: #003366;
    float: left;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    margin-left: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}
.diysdk_paypal_paypalShop.web_view.webcomponent .mTop10
{
    margin-top: 10px;
}
.diysdk_paypal_paypalShop.web_view.webcomponent .paypalItemTable { display: table; width: 100%; }
.diysdk_paypal_paypalShop.web_view.webcomponent .paypalItemRow   { display: table-row; }
.diysdk_paypal_paypalShop.web_view.webcomponent .paypalItemCell  { display: table-cell; vertical-align: top; }
.diysdk_paypal_paypalShop.web_view.webcomponent .paypalItemName
{
    width: 99%;
    padding-right: 5px;
}
.diysdk_paypal_paypalShop.web_view.webcomponent .paypalItemPrice {  width: 1%; font-weight: bold; white-space: nowrap; }
.diysdk_paypal_paypalShop.web_view.webcomponent .paypalHeader .paypalItemCell
{
    /*border-bottom: 1px solid;*/
}
.diysdk_paypal_paypalShop.web_view.webcomponent .w100 { width: 100%; }
.diysdk_paypal_paypalShop.web_view.webcomponent .paypalLeftCol { width: 100px; }
.diysdk_paypal_paypalShop.web_view.webcomponent .paypalContainer
{
    margin-top: 12px;
}
.diysdk_paypal_paypalShop.web_view.webcomponent .paypalItemImg
{
    max-width: 100px !important;
    border: 1px solid #000000;
}

.diysdk_paypal_paypalShop.web_view.webcomponent .paypalCenterCol
{
    width: 40px;
}

.diysdk_paypal_paypalShop.web_view.webcomponent .paypalmsgTable
{
    text-align:right;
}
.diysdk_paypal_paypalShop.web_view.webcomponent .paypal-seperator
{
	padding-top:6px;
	border-bottom: 1px solid  #000000;
}
.diysdk_paypal_paypalShop.web_view.webcomponent p
{
    margin:0px;
}
.diysdk_paypal_paypalShop.web_view.webcomponent .fancy-itemname 
{
	float:left;color: grey ;
}
.diysdk_paypal_paypalShop.web_view.webcomponent .fancy-itemprice 
{
    text-align:right;color: grey;
}
.diysdk_paypal_paypalShop.web_view.webcomponent .wauto
{
	width: auto;
}
.diysdk_paypal_paypalShop.web_view.webcomponent .wauto  > img {
	width: 100%;
}
.diysdk_paypal_paypalShop.web_view.webcomponent .fancy-itemdesc
{
	color:grey !important;margin-top: 10px;
}
.diysdk_paypal_paypalShop.web_view.webcomponent .fbold  {font-weight: bold; }