/**
 * Appcropolis Template: buy-music-page 
 * @copy Appcropolis LLC (c) 2012. All rights reserved.
 * @author Raul Sanchez (support@appcropolis.com)
 * @date 2012-09-30
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 
 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 
 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
 * SOFTWARE.
 *
 * License and legal information: 
 *
 * http://appcropolis.com/license/
 * http://appcropolis.com/legal/
 * http://appcropolis.com/privacy/
 */
 
.ui-grid-c img {
       width  : 100%;
       height : auto;
}
.ui-icon-vod {
  background: url(../ico/vod.png) 50% 50% no-repeat;
  background-size: 24px 24px;
  width: 30px;
  height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: -2px !important;
  margin-left:-15px!important;
}
.ui-icon-ent {
  background: url(../ico/ent.png) 50% 50% no-repeat;
  background-size: 24px 24px;
  width: 30px;
  height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: -2px !important;
  margin-left:-15px!important;
}
.ui-icon-music {
  background: url(../ico/music.png) 50% 50% no-repeat;
  background-size: 24px 24px;
  width: 30px;
  height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: -2px !important;
  margin-left:-15px!important;
}
.ui-icon-mov {
  background: url(../ico/mov.png) 50% 50% no-repeat;
  background-size: 24px 24px;
  width: 30px;
  height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: -2px !important;
  margin-left:-15px!important;
}
.ui-icon-doc {
  background: url(../ico/doc.png) 50% 50% no-repeat;
  background-size: 24px 24px;
  width: 30px;
  height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: -2px !important;
  margin-left:-15px!important;
}
.ui-icon-kid {
  background: url(../ico/kid.png) 50% 50% no-repeat;
  background-size: 24px 24px;
  width: 30px;
  height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: -2px !important;
  margin-left:-15px!important;
}
.ui-icon-sport {
  background: url(../ico/sport.png) 50% 50% no-repeat;
  background-size: 24px 24px;
  width: 30px;
  height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: -2px !important;
  margin-left:-15px!important;
}
.ui-icon-list {
  background: url(../ico/tv.png) 50% 50% no-repeat;
  background-size: 24px 24px;
  width: 30px;
  height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: -2px !important;
  margin-left:-15px!important;
}

.record-list li a p, 
.record-list li a h2 {
	padding-left: 10px; 
	}
.record-list .price {
	font-size: large; 
	color: #0B6121;
	padding-top: 2px;
	}
.record-list img {
	max-width: 98px; 
	max-height: 98px; 
	margin-right: 10px;
	position: absolute;
	padding-left: 0px; 
	}
	
	div[data-role="header"] a[data-role="button"] {
    	-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		width: 60px;
		}
		
		
		div[data-role="header"] a[data-role="button"] .ui-btn-corner-all  {
	    	-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
			}