@charset "UTF-8";

a:link,a:active,a:hover {
  color:#f90404;
}

a:visited {
  color:#f90404;
}

body {
  background-color:#ffffff;
  background-color:#0e2ed4;
  color:#f90404;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#f90404;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#190cea;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #f90404;
  -moz-box-shadow:0 0 0 #f90404;
  box-shadow:0 0 0 #f90404;
  -webkit-text-shadow:0 0 0 #f90404;
  -moz-text-shadow:0 0 0 #f90404;
  text-shadow:0 0 0 #f90404;
}

.content {
  padding:5px;
}

#spoilWrapper {
  display:inline-block;
  margin:0 auto;
  width:700px;
  height:170px;
  background:url(images/bg_main.png) repeat rgba(51,51,51,1);
  text-align:center;
  border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  -webkit-border-radius:6px;
}

.amazon {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(images/amazon.png) no-repeat;
  background-position:top;
}

.amazon:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(images/amazon.png) no-repeat;
  background-position:bottom;
}

.vsecret {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(images/vsecret.png) no-repeat;
  background-position:top;
}

.vsecret:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(images/vsecret.png) no-repeat;
  background-position:bottom;
}

.offtips {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(images/offtips.png) no-repeat;
  background-position:top;
}

.offtips:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(images/offtips.png) no-repeat;
  background-position:bottom;
}

.giftcard {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(images/giftcard.png) no-repeat;
  background-position:top;
}

.giftcard:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(images/giftcard.png) no-repeat;
  background-position:bottom;
}

.amazon,.vsecret,.offtips,.giftcard {
  opacity:.7;
  border-radius:55px;
  border:1px solid #C06;
}

.amazon:hover,.vsecret:hover,.offtips:hover,.giftcard:hover {
  -webkit-transition:.6s;
  -moz-transition:.6s;
  -o-transition:.6s;
  -ms-transition:.6s;
  transition:.6s;
  opacity:1;
  border-radius:0;
  border:1px solid #C06;
}

.link-amazon a {
  display:block;
  width:258px;
  height:140px;
  float:left;
  background:transparent url(http://3.bp.blogspot.com/-mVbhxIYSaUs/VNMST8bsEiI/AAAAAAAAHiA/ZdciqORIFhA/s1600/amazon_blue.png) no-repeat;
  position:relative;
  margin:215px 0 0 -185px;
  text-indent:-3000px;
}

.link-amazon a:hover {
  background-position:0 -140px;
}

.link-twitter a {
  display:block;
  width:249px;
  height:160px;
  float:left;
  background:transparent url(http://1.bp.blogspot.com/-6Q3Og6rOd5M/VNMSVPZDGcI/AAAAAAAAHiQ/fQvZgoLSNEY/s1600/twitter_blue.png) no-repeat;
  position:relative;
  margin:215px 0 0 -5px;
  text-indent:-3000px;
}

.link-twitter a:hover {
  background-position:0 -160px;
}

#TipMenu {
  display:block;
  width:700px;
  height:550px;
  margin:0 auto;
  overflow:hidden;
  background:#f1f1f1;
  border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
  -ms-border-radius:5px 5px 0 0;
  -o-border-radius:5px 5px 0 0;
  -webkit-border-radius:5px 5px 0 0;
  box-shadow:0 2px 0 #ccc;
  -moz-box-shadow:0 1px 0 #ccc;
  -ms-box-shadow:0 1px 0 #ccc;
  -o-box-shadow:0 1px 0 #ccc;
  -webkit-box-shadow:0 1px 0 #ccc;
}

#TipMenu h1 {
  display:block;
  margin-top:0;
  text-align:center;
  color:#09C;
  font-weight:bold;
  font-size:50px;
  text-shadow:0 1px 0 #fff;
  border-bottom:1px solid #ccc;
  padding:10px;
  font-variant:small-caps;
  background:linear-gradient(to bottom,#f1f1f1 0%,#dfdfdf 100%)repeat scroll 0 0 rgba(0,0,0,0);
}

#TipMenu h1 span {
  display:inline-block;
  padding-left:10px;
  padding-right:10px;
  color:#666;
  margin-right:-15px;
}

#TipInfo {
  display:block;
  padding:10px;
  margin-top:2px;
  height:70px;
  overflow:auto;
  font-size:16px;
  font-family:Century Gothic;
  color:#069;
  border-bottom:1px solid #ccc;
}

#TipWrapper {
  display:block;
  padding:10px;
  margin-top:10px;
  height:300px;
  overflow:auto;
}

.tiprequest {
  display:block;
  padding-top:5px;
  padding-bottom:5px;
  border-left:0 solid #CCC;
  font-size:15px;
  color:#999;
}

.tiprequest:hover {
  display:block;
  padding-top:5px;
  padding-bottom:5px;
  border-left:5px solid #09C;
  font-size:15px;
  color:#000;
  text-indent:7px;
}

.price {
  display:block;
  float:right;
}

.buy {
  display:block;
  padding:4px 14px;
  background:#fff;
  color:#09C;
  border:1px solid #ccc;
  text-align:center;
  text-decoration:none;
  font-size:14px;
}

.buy:hover {
  display:block;
  padding:4px 14px;
  background:linear-gradient(to bottom,#f1f1f1 0%,#dfdfdf 100%)repeat scroll 0 0 rgba(0,0,0,0);
  color:#333;
  border:1px solid #ccc;
  text-align:center;
}

.tiprequest,.buy {
  transition:all .4s;
  -moz-transition:all .4s;
  -ms-transition:all .4s;
  -o-transition:all .4s;
  -webkit-transition:all .4s;
}